Html Css Color HEX #906C63 Dark Chestnut

📋 copy color: '#906C63'

red 144 ◦ green 108 ◦ blue 99

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

Shades of Dark Chestnut #906C63

Tints of Dark Chestnut #906C63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 28.21%

R = 41.03%
G = 30.77%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.31

 K value IS 0.44

RGB Variations

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

Color information

#906C63 (or 0x906C63) is known color: Dark Chestnut. HEX triplet: 90, 6C and 63. RGB value is (144,108,99). Sum of RGB (Red+Green+Blue) = 144+108+99=351 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.03% from 351); Green value is 108 (42.58% from 255 or 30.77% from 351); Blue value is 99 (39.06% from 255 or 28.21% from 351); Max value from RGB is 144 - color contains mainly: red. Hex color #906C63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906C63 is #6F939C. Grayscale: #757575. Windows color (decimal): -7312285 or 6515856. OLE color: 6515856.

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

Color convert

RGB 144 108 99 -
CMYK 0 0.25 0.31 0.44
HSL 12º 0.19% 0.48% -
HSV(B) 12º 0.31% 0.56% -
XYZ 19.12 17.56 14.19 -
YUV 117.74 117.43 146.73 -
System Red Green Blue C M Y K H S L
Decimal 144 108 99 0 0.25 0.31 0.44 12 0.19 0.48
Hex 90 6C 63 0 19 1F 2C C 13 30
Octal 220 154 143 0 31 37 54 14 23 60
Binary 10010000 1101100 1100011 0 11001 11111 101100 1100 10011 110000

Color Harmonies of #906C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906C63

Black with #906C63

Text Example


Text Example

White with #906C63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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