#967268

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

Shades of Dark Chestnut #967268

Tints of Dark Chestnut #967268

Color information

#967268 (or 0x967268) is unknown color: approx Dark Chestnut. HEX triplet: 96, 72 and 68. RGB value is (150,114,104). Sum of RGB (Red+Green+Blue) = 150+114+104=368 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.76% from 368); Green value is 114 (44.92% from 255 or 30.98% from 368); Blue value is 104 (41.02% from 255 or 28.26% from 368); Max value from RGB is 150 - color contains mainly: red. Hex color #967268 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967268 is #698D97. Grayscale: #7B7B7B. Windows color (decimal): -6917528 or 6845078. OLE color: 6845078.

HSL color Cylindrical-coordinate representation of color #967268: hue angle of 13.04º 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 #967268 is Cyan = 0, Magento = 0.24, Yellow = 0.31 and Black (K on CMYK) = 0.41.

Color convert

RGB150114104-
CMYK00.240.310.41
HSL13.04º18.11%49.8%-
HSV(B)13.04º30.67%58.82%-
XYZ21.0919.5215.75-
YUV123.62116.93146.81-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.76%
GREEN value IS 114 (44.92% from 255) = 30.98%
BLUE value IS 104 (41.02% from 255) = 28.26%
R=40.76%
G=30.98%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.31
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15011410400.240.310.4113.0418.1149.8
Hex9672680181F29d1232
Octal2261621500303751152262
Binary100101101110010110100001100011111101001110110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967268; }

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

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

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

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

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

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

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

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