#957269

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

Shades of Dark Chestnut #957269

Tints of Dark Chestnut #957269

Color information

#957269 (or 0x957269) is unknown color: approx Dark Chestnut. HEX triplet: 95, 72 and 69. RGB value is (149,114,105). Sum of RGB (Red+Green+Blue) = 149+114+105=368 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.49% from 368); Green value is 114 (44.92% from 255 or 30.98% from 368); Blue value is 105 (41.41% from 255 or 28.53% from 368); Max value from RGB is 149 - color contains mainly: red. Hex color #957269 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957269 is #6A8D96. Grayscale: #7B7B7B. Windows color (decimal): -6983063 or 6910613. OLE color: 6910613.

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

Color convert

RGB149114105-
CMYK00.230.300.42
HSL12.27º17.32%49.8%-
HSV(B)12.27º29.53%58.43%-
XYZ20.9619.4416.01-
YUV123.44117.6146.23-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.49%
GREEN value IS 114 (44.92% from 255) = 30.98%
BLUE value IS 105 (41.41% from 255) = 28.53%
R=40.49%
G=30.98%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14911410500.230.300.4212.2717.3249.8
Hex9572690171E2Ac1132
Octal2251621510273652142162
Binary100101011110010110100101011111110101010110010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957269; }

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

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

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

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

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

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

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

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