Html Css Color HEX #916F66 Dark Chestnut

📋 copy color: '#916F66'

red 145 ◦ green 111 ◦ blue 102

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

Shades of Dark Chestnut #916F66

Tints of Dark Chestnut #916F66

RGB

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

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

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

R = 40.5%
G = 31.01%
B = 28.49%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.30

 K value IS 0.43

RGB Variations

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

Color information

#916F66 (or 0x916F66) is known color: Dark Chestnut. HEX triplet: 91, 6F and 66. RGB value is (145,111,102). Sum of RGB (Red+Green+Blue) = 145+111+102=358 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.50% from 358); Green value is 111 (43.75% from 255 or 31.01% from 358); Blue value is 102 (40.23% from 255 or 28.49% from 358); Max value from RGB is 145 - color contains mainly: red. Hex color #916F66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916F66 is #6E9099. Grayscale: #787878. Windows color (decimal): -7245978 or 6713233. OLE color: 6713233.

HSL color Cylindrical-coordinate representation of color #916F66: hue angle of 12.56º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #916F66 is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 111 102 -
CMYK 0 0.23 0.30 0.43
HSL 12.56º 0.17% 0.48% -
HSV(B) 12.56º 0.3% 0.57% -
XYZ 19.76 18.35 15.07 -
YUV 120.14 117.76 145.73 -
System Red Green Blue C M Y K H S L
Decimal 145 111 102 0 0.23 0.30 0.43 12.56 0.17 0.48
Hex 91 6F 66 0 17 1E 2B D 11 30
Octal 221 157 146 0 27 36 53 15 21 60
Binary 10010001 1101111 1100110 0 10111 11110 101011 1101 10001 110000

Color Harmonies of #916F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916F66

Black with #916F66

Text Example


Text Example

White with #916F66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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