Html Css Color HEX #916960 Dark Chestnut

📋 copy color: '#916960'

red 145 ◦ green 105 ◦ blue 96

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

Shades of Dark Chestnut #916960

Tints of Dark Chestnut #916960

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.35%

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

R = 41.91%
G = 30.35%
B = 27.75%

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

#916960 (or 0x916960) is known color: Dark Chestnut. HEX triplet: 91, 69 and 60. RGB value is (145,105,96). Sum of RGB (Red+Green+Blue) = 145+105+96=346 (45% of max value = 765). Red value is 145 (57.03% from 255 or 41.91% from 346); Green value is 105 (41.41% from 255 or 30.35% from 346); Blue value is 96 (37.89% from 255 or 27.75% from 346); Max value from RGB is 145 - color contains mainly: red. Hex color #916960 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916960 is #6E969F. Grayscale: #747474. Windows color (decimal): -7247520 or 6318481. OLE color: 6318481.

HSL color Cylindrical-coordinate representation of color #916960: hue angle of 11.02º 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 #916960 is Cyan = 0, Magento = 0.28, Yellow = 0.34 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 105 96 -
CMYK 0 0.28 0.34 0.43
HSL 11.02º 0.2% 0.47% -
HSV(B) 11.02º 0.34% 0.57% -
XYZ 18.84 16.97 13.35 -
YUV 115.93 116.75 148.73 -
System Red Green Blue C M Y K H S L
Decimal 145 105 96 0 0.28 0.34 0.43 11.02 0.2 0.47
Hex 91 69 60 0 1C 22 2B B 14 2F
Octal 221 151 140 0 34 42 53 13 24 57
Binary 10010001 1101001 1100000 0 11100 100010 101011 1011 10100 101111

Color Harmonies of #916960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916960

Black with #916960

Text Example


Text Example

White with #916960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #916960; }

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

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

background-color css

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

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

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

border-color css

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

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

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