Html Css Color HEX #906F65 Dark Chestnut

📋 copy color: '#906F65'

red 144 ◦ green 111 ◦ blue 101

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

Shades of Dark Chestnut #906F65

Tints of Dark Chestnut #906F65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 28.37%

R = 40.45%
G = 31.18%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.30

 K value IS 0.44

RGB Variations

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

Color information

#906F65 (or 0x906F65) is known color: Dark Chestnut. HEX triplet: 90, 6F and 65. RGB value is (144,111,101). Sum of RGB (Red+Green+Blue) = 144+111+101=356 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.45% from 356); Green value is 111 (43.75% from 255 or 31.18% from 356); Blue value is 101 (39.84% from 255 or 28.37% from 356); Max value from RGB is 144 - color contains mainly: red. Hex color #906F65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906F65 is #6F909A. Grayscale: #777777. Windows color (decimal): -7311515 or 6647696. OLE color: 6647696.

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

Color convert

RGB 144 111 101 -
CMYK 0 0.23 0.30 0.44
HSL 13.95º 0.18% 0.48% -
HSV(B) 13.95º 0.3% 0.56% -
XYZ 19.54 18.24 14.8 -
YUV 119.73 117.43 145.31 -
System Red Green Blue C M Y K H S L
Decimal 144 111 101 0 0.23 0.30 0.44 13.95 0.18 0.48
Hex 90 6F 65 0 17 1E 2C E 12 30
Octal 220 157 145 0 27 36 54 16 22 60
Binary 10010000 1101111 1100101 0 10111 11110 101100 1110 10010 110000

Color Harmonies of #906F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906F65

Black with #906F65

Text Example


Text Example

White with #906F65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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