Html Css Color HEX #906C62 Dark Chestnut

📋 copy color: '#906C62'

red 144 ◦ green 108 ◦ blue 98

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

Shades of Dark Chestnut #906C62

Tints of Dark Chestnut #906C62

RGB

 RED value IS 144 (56.64% from 255) = 41.14%

 GREEN value IS 108 (42.58% from 255) = 30.86%

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

R = 41.14%
G = 30.86%
B = 28%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.32

 K value IS 0.44

RGB Variations

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

Color information

#906C62 (or 0x906C62) is known color: Dark Chestnut. HEX triplet: 90, 6C and 62. RGB value is (144,108,98). Sum of RGB (Red+Green+Blue) = 144+108+98=350 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.14% from 350); Green value is 108 (42.58% from 255 or 30.86% from 350); Blue value is 98 (38.67% from 255 or 28% from 350); Max value from RGB is 144 - color contains mainly: red. Hex color #906C62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906C62 is #6F939D. Grayscale: #757575. Windows color (decimal): -7312286 or 6450320. OLE color: 6450320.

HSL color Cylindrical-coordinate representation of color #906C62: hue angle of 13.04º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #906C62 is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 108 98 -
CMYK 0 0.25 0.32 0.44
HSL 13.04º 0.19% 0.47% -
HSV(B) 13.04º 0.32% 0.56% -
XYZ 19.07 17.54 13.94 -
YUV 117.62 116.93 146.81 -
System Red Green Blue C M Y K H S L
Decimal 144 108 98 0 0.25 0.32 0.44 13.04 0.19 0.47
Hex 90 6C 62 0 19 20 2C D 13 2F
Octal 220 154 142 0 31 40 54 15 23 57
Binary 10010000 1101100 1100010 0 11001 100000 101100 1101 10011 101111

Color Harmonies of #906C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906C62

Black with #906C62

Text Example


Text Example

White with #906C62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #906C62; }

 p { color: rgb(144,108,98); }

 H1.HeaderClassName
 {
   color: #906C62;
 }
 .AnyTagClassName
 {
   color: #906C62;
 }
</style>

background-color css

<style>
 a { background-color: #906C62; }

 a { background-color: rgb(144,108,98); }

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

border-color css

<style>
 span { border-color: #906C62; }

 span { border-color: rgb(144,108,98); }

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