#967064

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

Shades of Dark Chestnut #967064

Tints of Dark Chestnut #967064

Color information

#967064 (or 0x967064) is unknown color: approx Dark Chestnut. HEX triplet: 96, 70 and 64. RGB value is (150,112,100). Sum of RGB (Red+Green+Blue) = 150+112+100=362 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.44% from 362); Green value is 112 (44.14% from 255 or 30.94% from 362); Blue value is 100 (39.45% from 255 or 27.62% from 362); Max value from RGB is 150 - color contains mainly: red. Hex color #967064 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967064 is #698F9B. Grayscale: #7A7A7A. Windows color (decimal): -6918044 or 6582422. OLE color: 6582422.

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

Color convert

RGB150112100-
CMYK00.250.330.41
HSL14.4º20%49.02%-
HSV(B)14.4º33.33%58.82%-
XYZ20.6718.9914.63-
YUV121.99115.59147.98-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.44%
GREEN value IS 112 (44.14% from 255) = 30.94%
BLUE value IS 100 (39.45% from 255) = 27.62%
R=41.44%
G=30.94%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.33
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15011210000.250.330.4114.42049.02
Hex9670640192129e1431
Octal2261601440314151162461
Binary1001011011100001100100011001100001101001111010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967064; }

 p { color: rgb(150,112,100); }

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

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

 a { background-color: rgb(150,112,100); }

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

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

 span { border-color: rgb(150,112,100); }

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