Html Css Color HEX #916860 Dark Chestnut

📋 copy color: '#916860'

red 145 ◦ green 104 ◦ blue 96

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

Shades of Dark Chestnut #916860

Tints of Dark Chestnut #916860

RGB

 RED value IS 145 (57.03% from 255) = 42.03%

 GREEN value IS 104 (41.02% from 255) = 30.14%

 BLUE value IS 96 (37.89% from 255) = 27.83%

R = 42.03%
G = 30.14%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.34

 K value IS 0.43

RGB Variations

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

Color information

#916860 (or 0x916860) is known color: Dark Chestnut. HEX triplet: 91, 68 and 60. RGB value is (145,104,96). Sum of RGB (Red+Green+Blue) = 145+104+96=345 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.03% from 345); Green value is 104 (41.02% from 255 or 30.14% from 345); Blue value is 96 (37.89% from 255 or 27.83% from 345); Max value from RGB is 145 - color contains mainly: red. Hex color #916860 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916860 is #6E979F. Grayscale: #737373. Windows color (decimal): -7247776 or 6318225. OLE color: 6318225.

HSL color Cylindrical-coordinate representation of color #916860: hue angle of 9.8º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #916860 is Cyan = 0, Magento = 0.28, Yellow = 0.34 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 104 96 -
CMYK 0 0.28 0.34 0.43
HSL 9.8º 0.2% 0.47% -
HSV(B) 9.8º 0.34% 0.57% -
XYZ 18.74 16.76 13.31 -
YUV 115.35 117.08 149.15 -
System Red Green Blue C M Y K H S L
Decimal 145 104 96 0 0.28 0.34 0.43 9.8 0.2 0.47
Hex 91 68 60 0 1C 22 2B A 14 2F
Octal 221 150 140 0 34 42 53 12 24 57
Binary 10010001 1101000 1100000 0 11100 100010 101011 1010 10100 101111

Color Harmonies of #916860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916860

Black with #916860

Text Example


Text Example

White with #916860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #916860; }

 p { color: rgb(145,104,96); }

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

background-color css

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

 a { background-color: rgb(145,104,96); }

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

border-color css

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

 span { border-color: rgb(145,104,96); }

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