#967068

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

Shades of Dark Chestnut #967068

Tints of Dark Chestnut #967068

Color information

#967068 (or 0x967068) is unknown color: approx Dark Chestnut. HEX triplet: 96, 70 and 68. RGB value is (150,112,104). Sum of RGB (Red+Green+Blue) = 150+112+104=366 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.98% from 366); Green value is 112 (44.14% from 255 or 30.60% from 366); Blue value is 104 (41.02% from 255 or 28.42% from 366); Max value from RGB is 150 - color contains mainly: red. Hex color #967068 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967068 is #698F97. Grayscale: #7A7A7A. Windows color (decimal): -6918040 or 6844566. OLE color: 6844566.

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

Color convert

RGB150112104-
CMYK00.250.310.41
HSL10.43º18.11%49.8%-
HSV(B)10.43º30.67%58.82%-
XYZ20.8719.0715.68-
YUV122.45117.59147.65-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.98%
GREEN value IS 112 (44.14% from 255) = 30.60%
BLUE value IS 104 (41.02% from 255) = 28.42%
R=40.98%
G=30.60%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.31
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15011210400.250.310.4110.4318.1149.8
Hex9670680191F29a1232
Octal2261601500313751122262
Binary100101101110000110100001100111111101001101010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967068; }

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

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

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

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

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

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

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

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