Color Hex Logo

#9a6263 Color Hex

#9A6263
(154,98,99)
0 Favorites   0 Comments

Color spaces of #9a6263

RGB 1549899
HSL1.000.220.49
HSV359°36°60°
CMYK 0.000.360.36   0.40
XYZ19.946216.506213.9391
Yxy16.50620.39580.3276
Hunter Lab40.627816.53588.0975
CIE-Lab47.631722.85368.9112

#9a6263 color RGB value is (154,98,99).

#9a6263 hex color red value is 154, green value is 98 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #9a6263 hue: 1.00 , saturation: 0.22 and the lightness value of 9a6263 is 0.49.

The process color (four color CMYK) of #9a6263 color hex is 0.00, 0.36, 0.36, 0.40. Web safe color of #9a6263 is #996666. Color #9a6263 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 01100010 01100011
Octal 232 142 143
Decimal 154 98 99
Hex 9A 62 63

RGB Percentages of Color #9a6263

%43.87
%27.92
%28.21

CMYK Percentages of Color #9a6263

%0
%36
%36
%40

Triadic Colors of #9a6263

#9a6263 #639a62 #62639a

Analogous Colors of #9a6263

#9a6263 #9a7d62 #9a627f

Monochromatic Colors of #9a6263

#9a6263

Complementary Color

#9a6263 #629a99

#9a6263 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9a6263 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9a6263 Color CSS Codes

.mybgcolor {background-color:#9a6263; } 
.myforecolor {color:#9a6263; }
.mybordercolor {border:3px solid #9a6263; }

#9a6263 Text Font Color

<p style="color:#9a6263">Text here</p>

This sample text font color is #9a6263
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#9a6263 Background Color

<div style="background-color:#9a6263">
Div content here</div>

This div background color is #9a6263


#9a6263 Border Color

<div style="border:3px solid #9a6263">
Div here</div>

This div border color is #9a6263


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(154,98,99, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9a6263; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9a6263;
  -webkit-box-shadow: 1px 1px 3px 2px #9a6263;
  box-shadow:         1px 1px 3px 2px #9a6263; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(154,98,99, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #9a6263">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #9a6263;
  -webkit-box-shadow: 1px 1px 3px 2px #9a6263;
  box-shadow:         1px 1px 3px 2px #9a6263;">
Div content here</div>

This div box has shadow with color #9a6263


Comments

No comments written yet.

Please login to write comment.