#967269

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

Shades of Dark Chestnut #967269

Tints of Dark Chestnut #967269

Color information

#967269 (or 0x967269) is unknown color: approx Dark Chestnut. HEX triplet: 96, 72 and 69. RGB value is (150,114,105). Sum of RGB (Red+Green+Blue) = 150+114+105=369 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.65% from 369); Green value is 114 (44.92% from 255 or 30.89% from 369); Blue value is 105 (41.41% from 255 or 28.46% from 369); Max value from RGB is 150 - color contains mainly: red. Hex color #967269 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967269 is #698D96. Grayscale: #7B7B7B. Windows color (decimal): -6917527 or 6910614. OLE color: 6910614.

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

Color convert

RGB150114105-
CMYK00.240.300.41
HSL12º17.65%50%-
HSV(B)12º30%58.82%-
XYZ21.1419.5416.02-
YUV123.74117.43146.73-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.65%
GREEN value IS 114 (44.92% from 255) = 30.89%
BLUE value IS 105 (41.41% from 255) = 28.46%
R=40.65%
G=30.89%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.30
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15011410500.240.300.411217.6550
Hex9672690181E29c1232
Octal2261621510303651142262
Binary100101101110010110100101100011110101001110010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967269; }

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

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

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

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

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

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

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

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