#967166

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

Shades of Dark Chestnut #967166

Tints of Dark Chestnut #967166

Color information

#967166 (or 0x967166) is unknown color: approx Dark Chestnut. HEX triplet: 96, 71 and 66. RGB value is (150,113,102). Sum of RGB (Red+Green+Blue) = 150+113+102=365 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.10% from 365); Green value is 113 (44.53% from 255 or 30.96% from 365); Blue value is 102 (40.23% from 255 or 27.95% from 365); Max value from RGB is 150 - color contains mainly: red. Hex color #967166 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967166 is #698E99. Grayscale: #7A7A7A. Windows color (decimal): -6917786 or 6713750. OLE color: 6713750.

HSL color Cylindrical-coordinate representation of color #967166: hue angle of 13.75º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #967166 is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.41.

Color convert

RGB150113102-
CMYK00.250.320.41
HSL13.75º19.05%49.41%-
HSV(B)13.75º32%58.82%-
XYZ20.8819.2515.19-
YUV122.81116.26147.39-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.10%
GREEN value IS 113 (44.53% from 255) = 30.96%
BLUE value IS 102 (40.23% from 255) = 27.95%
R=41.10%
G=30.96%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.32
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15011310200.250.320.4113.7519.0549.41
Hex9671660192029e1331
Octal2261611460314051162361
Binary1001011011100011100110011001100000101001111010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967166; }

 p { color: rgb(150,113,102); }

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

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

 a { background-color: rgb(150,113,102); }

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

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

 span { border-color: rgb(150,113,102); }

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