#957069

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

Shades of Dark Chestnut #957069

Tints of Dark Chestnut #957069

Color information

#957069 (or 0x957069) is unknown color: approx Dark Chestnut. HEX triplet: 95, 70 and 69. RGB value is (149,112,105). Sum of RGB (Red+Green+Blue) = 149+112+105=366 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.71% from 366); Green value is 112 (44.14% from 255 or 30.60% from 366); Blue value is 105 (41.41% from 255 or 28.69% from 366); Max value from RGB is 149 - color contains mainly: red. Hex color #957069 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957069 is #6A8F96. Grayscale: #7A7A7A. Windows color (decimal): -6983575 or 6910101. OLE color: 6910101.

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

Color convert

RGB149112105-
CMYK00.250.300.42
HSL9.55º17.32%49.8%-
HSV(B)9.55º29.53%58.43%-
XYZ20.741915.94-
YUV122.26118.26147.07-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.71%
GREEN value IS 112 (44.14% from 255) = 30.60%
BLUE value IS 105 (41.41% from 255) = 28.69%
R=40.71%
G=30.60%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14911210500.250.300.429.5517.3249.8
Hex9570690191E2Aa1132
Octal2251601510313652122162
Binary100101011110000110100101100111110101010101010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957069; }

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

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

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

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

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

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

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

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