#916B66

Color #916B66 Dark Chestnut (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Chestnut #916B66

Tints of Dark Chestnut #916B66

Color information

#916B66 (or 0x916B66) is unknown color: approx Dark Chestnut. HEX triplet: 91, 6B and 66. RGB value is (145,107,102). Sum of RGB (Red+Green+Blue) = 145+107+102=354 (46% of max value = 765). Red value is 145 (57.03% from 255 or 40.96% from 354); Green value is 107 (42.19% from 255 or 30.23% from 354); Blue value is 102 (40.23% from 255 or 28.81% from 354); Max value from RGB is 145 - color contains mainly: red. Hex color #916B66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916B66 is #6E9499. Grayscale: #757575. Windows color (decimal): -7247002 or 6712209. OLE color: 6712209.

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

Color convert

RGB145107102-
CMYK00.260.300.43
HSL6.98º17.41%48.43%-
HSV(B)6.98º29.66%56.86%-
XYZ19.3317.4914.93-
YUV117.79119.09147.41-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 40.96%
GREEN value IS 107 (42.19% from 255) = 30.23%
BLUE value IS 102 (40.23% from 255) = 28.81%
R=40.96%
G=30.23%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.30
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14510710200.260.300.436.9817.4148.43
Hex916B6601A1E2B71130
Octal221153146032365372160
Binary10010001110101111001100110101111010101111110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #916B66;
 }
 .AnyTagClassName
 {
   color: #916B66;
 }
</style>
background-color css

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

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

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

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

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

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