#967069

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

Shades of Dark Chestnut #967069

Tints of Dark Chestnut #967069

Color information

#967069 (or 0x967069) is unknown color: approx Dark Chestnut. HEX triplet: 96, 70 and 69. RGB value is (150,112,105). Sum of RGB (Red+Green+Blue) = 150+112+105=367 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.87% from 367); Green value is 112 (44.14% from 255 or 30.52% from 367); Blue value is 105 (41.41% from 255 or 28.61% from 367); Max value from RGB is 150 - color contains mainly: red. Hex color #967069 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967069 is #698F96. Grayscale: #7A7A7A. Windows color (decimal): -6918039 or 6910102. OLE color: 6910102.

HSL color Cylindrical-coordinate representation of color #967069: hue angle of 9.33º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #967069 is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.41.

Color convert

RGB150112105-
CMYK00.250.300.41
HSL9.33º17.65%50%-
HSV(B)9.33º30%58.82%-
XYZ20.9219.0915.95-
YUV122.56118.09147.57-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.87%
GREEN value IS 112 (44.14% from 255) = 30.52%
BLUE value IS 105 (41.41% from 255) = 28.61%
R=40.87%
G=30.52%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.30
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15011210500.250.300.419.3317.6550
Hex9670690191E2991232
Octal2261601510313651112262
Binary100101101110000110100101100111110101001100110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967069; }

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

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

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

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

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

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

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

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