Html Css Color HEX #9E6A62 Dark Chestnut

📋 copy color: '#9E6A62'

red 158 ◦ green 106 ◦ blue 98

#9E6A62
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Chestnut #9E6A62

Tints of Dark Chestnut #9E6A62

RGB

 RED value IS 158 (62.11% from 255) = 43.65%

 GREEN value IS 106 (41.8% from 255) = 29.28%

 BLUE value IS 98 (38.67% from 255) = 27.07%

R = 43.65%
G = 29.28%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.38

 K value IS 0.38

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#9E6A62 (or 0x9E6A62) is known color: Dark Chestnut. HEX triplet: 9E, 6A and 62. RGB value is (158,106,98). Sum of RGB (Red+Green+Blue) = 158+106+98=362 (47% of max value = 765). Red value is 158 (62.11% from 255 or 43.65% from 362); Green value is 106 (41.80% from 255 or 29.28% from 362); Blue value is 98 (38.67% from 255 or 27.07% from 362); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6A62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E6A62 is #61959D. Grayscale: #787878. Windows color (decimal): -6395294 or 6449822. OLE color: 6449822.

HSL color Cylindrical-coordinate representation of color #9E6A62: hue angle of 8º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9E6A62 is Cyan = 0, Magento = 0.33, Yellow = 0.38 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 106 98 -
CMYK 0 0.33 0.38 0.38
HSL 0.24% 0.5% -
HSV(B) 0.38% 0.62% -
XYZ 21.46 18.46 13.99 -
YUV 120.64 115.23 154.65 -
System Red Green Blue C M Y K H S L
Decimal 158 106 98 0 0.33 0.38 0.38 8 0.24 0.5
Hex 9E 6A 62 0 21 26 26 8 18 32
Octal 236 152 142 0 41 46 46 10 30 62
Binary 10011110 1101010 1100010 0 100001 100110 100110 1000 11000 110010

Color Harmonies of #9E6A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6A62

Black with #9E6A62

Text Example


Text Example

White with #9E6A62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9E6A62; }

 p { color: rgb(158,106,98); }

 H1.HeaderClassName
 {
   color: #9E6A62;
 }
 .AnyTagClassName
 {
   color: #9E6A62;
 }
</style>

background-color css

<style>
 a { background-color: #9E6A62; }

 a { background-color: rgb(158,106,98); }

 div.DivClassName
 {
   background-color: #9E6A62;
 }
 .BgClassName
 {
   background-color: #9E6A62;
 }
</style>

border-color css

<style>
 span { border-color: #9E6A62; }

 span { border-color: rgb(158,106,98); }

 td.TdClassName
 {
   border-color: #9E6A62;
 }
 .TagClassName
 {
   border-color: #9E6A62;
 }
</style>