Html Css Color HEX #906561 Dark Chestnut

📋 copy color: '#906561'

red 144 ◦ green 101 ◦ blue 97

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

Shades of Dark Chestnut #906561

Tints of Dark Chestnut #906561

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.53%

 BLUE value IS 97 (38.28% from 255) = 28.36%

R = 42.11%
G = 29.53%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.33

 K value IS 0.44

RGB Variations

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

Color information

#906561 (or 0x906561) is known color: Dark Chestnut. HEX triplet: 90, 65 and 61. RGB value is (144,101,97). Sum of RGB (Red+Green+Blue) = 144+101+97=342 (45% of max value = 765). Red value is 144 (56.64% from 255 or 42.11% from 342); Green value is 101 (39.84% from 255 or 29.53% from 342); Blue value is 97 (38.28% from 255 or 28.36% from 342); Max value from RGB is 144 - color contains mainly: red. Hex color #906561 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906561 is #6F9A9E. Grayscale: #717171. Windows color (decimal): -7314079 or 6382992. OLE color: 6382992.

HSL color Cylindrical-coordinate representation of color #906561: hue angle of 5.11º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #906561 is Cyan = 0, Magento = 0.30, Yellow = 0.33 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 101 97 -
CMYK 0 0.30 0.33 0.44
HSL 5.11º 0.2% 0.47% -
HSV(B) 5.11º 0.33% 0.56% -
XYZ 18.31 16.1 13.45 -
YUV 113.4 118.75 149.83 -
System Red Green Blue C M Y K H S L
Decimal 144 101 97 0 0.30 0.33 0.44 5.11 0.2 0.47
Hex 90 65 61 0 1E 21 2C 5 14 2F
Octal 220 145 141 0 36 41 54 5 24 57
Binary 10010000 1100101 1100001 0 11110 100001 101100 101 10100 101111

Color Harmonies of #906561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906561

Black with #906561

Text Example


Text Example

White with #906561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #906561; }

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

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

background-color css

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

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

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

border-color css

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

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

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