#957369

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

Shades of Dark Chestnut #957369

Tints of Dark Chestnut #957369

Color information

#957369 (or 0x957369) is unknown color: approx Dark Chestnut. HEX triplet: 95, 73 and 69. RGB value is (149,115,105). Sum of RGB (Red+Green+Blue) = 149+115+105=369 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.38% from 369); Green value is 115 (45.31% from 255 or 31.17% from 369); Blue value is 105 (41.41% from 255 or 28.46% from 369); Max value from RGB is 149 - color contains mainly: red. Hex color #957369 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957369 is #6A8C96. Grayscale: #7C7C7C. Windows color (decimal): -6982807 or 6910869. OLE color: 6910869.

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

Color convert

RGB149115105-
CMYK00.230.300.42
HSL13.64º17.32%49.8%-
HSV(B)13.64º29.53%58.43%-
XYZ21.0719.6716.05-
YUV124.03117.26145.81-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.38%
GREEN value IS 115 (45.31% from 255) = 31.17%
BLUE value IS 105 (41.41% from 255) = 28.46%
R=40.38%
G=31.17%
B=28.46%

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
Decimal14911510500.230.300.4213.6417.3249.8
Hex9573690171E2Ae1132
Octal2251631510273652162162
Binary100101011110011110100101011111110101010111010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957369; }

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

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

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

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

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

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

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

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