Html Css Color HEX #917066 Dark Chestnut

📋 copy color: '#917066'

red 145 ◦ green 112 ◦ blue 102

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

Shades of Dark Chestnut #917066

Tints of Dark Chestnut #917066

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.2%

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

R = 40.39%
G = 31.2%
B = 28.41%

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

#917066 (or 0x917066) is known color: Dark Chestnut. HEX triplet: 91, 70 and 66. RGB value is (145,112,102). Sum of RGB (Red+Green+Blue) = 145+112+102=359 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.39% from 359); Green value is 112 (44.14% from 255 or 31.20% from 359); Blue value is 102 (40.23% from 255 or 28.41% from 359); Max value from RGB is 145 - color contains mainly: red. Hex color #917066 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917066 is #6E8F99. Grayscale: #787878. Windows color (decimal): -7245722 or 6713489. OLE color: 6713489.

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

Color convert

RGB 145 112 102 -
CMYK 0 0.23 0.30 0.43
HSL 13.95º 0.17% 0.48% -
HSV(B) 13.95º 0.3% 0.57% -
XYZ 19.87 18.57 15.11 -
YUV 120.73 117.43 145.31 -
System Red Green Blue C M Y K H S L
Decimal 145 112 102 0 0.23 0.30 0.43 13.95 0.17 0.48
Hex 91 70 66 0 17 1E 2B E 11 30
Octal 221 160 146 0 27 36 53 16 21 60
Binary 10010001 1110000 1100110 0 10111 11110 101011 1110 10001 110000

Color Harmonies of #917066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917066

Black with #917066

Text Example


Text Example

White with #917066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #917066; }

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

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

background-color css

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

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

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

border-color css

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

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

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