Html Css Color HEX #906F66 Dark Chestnut

📋 copy color: '#906F66'

red 144 ◦ green 111 ◦ blue 102

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

Shades of Dark Chestnut #906F66

Tints of Dark Chestnut #906F66

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.09%

 BLUE value IS 102 (40.23% from 255) = 28.57%

R = 40.34%
G = 31.09%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.29

 K value IS 0.44

RGB Variations

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

Color information

#906F66 (or 0x906F66) is known color: Dark Chestnut. HEX triplet: 90, 6F and 66. RGB value is (144,111,102). Sum of RGB (Red+Green+Blue) = 144+111+102=357 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.34% from 357); Green value is 111 (43.75% from 255 or 31.09% from 357); Blue value is 102 (40.23% from 255 or 28.57% from 357); Max value from RGB is 144 - color contains mainly: red. Hex color #906F66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906F66 is #6F9099. Grayscale: #777777. Windows color (decimal): -7311514 or 6713232. OLE color: 6713232.

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

Color convert

RGB 144 111 102 -
CMYK 0 0.23 0.29 0.44
HSL 12.86º 0.17% 0.48% -
HSV(B) 12.86º 0.29% 0.56% -
XYZ 19.58 18.26 15.06 -
YUV 119.84 117.93 145.23 -
System Red Green Blue C M Y K H S L
Decimal 144 111 102 0 0.23 0.29 0.44 12.86 0.17 0.48
Hex 90 6F 66 0 17 1D 2C D 11 30
Octal 220 157 146 0 27 35 54 15 21 60
Binary 10010000 1101111 1100110 0 10111 11101 101100 1101 10001 110000

Color Harmonies of #906F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906F66

Black with #906F66

Text Example


Text Example

White with #906F66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,111,102); }

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

background-color css

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

 a { background-color: rgb(144,111,102); }

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

border-color css

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

 span { border-color: rgb(144,111,102); }

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