#957064

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

Shades of Dark Chestnut #957064

Tints of Dark Chestnut #957064

Color information

#957064 (or 0x957064) is unknown color: approx Dark Chestnut. HEX triplet: 95, 70 and 64. RGB value is (149,112,100). Sum of RGB (Red+Green+Blue) = 149+112+100=361 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.27% from 361); Green value is 112 (44.14% from 255 or 31.02% from 361); Blue value is 100 (39.45% from 255 or 27.70% from 361); Max value from RGB is 149 - color contains mainly: red. Hex color #957064 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957064 is #6A8F9B. Grayscale: #797979. Windows color (decimal): -6983580 or 6582421. OLE color: 6582421.

HSL color Cylindrical-coordinate representation of color #957064: hue angle of 14.69º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #957064 is Cyan = 0, Magento = 0.25, Yellow = 0.33 and Black (K on CMYK) = 0.42.

Color convert

RGB149112100-
CMYK00.250.330.42
HSL14.69º19.68%48.82%-
HSV(B)14.69º32.89%58.43%-
XYZ20.4918.914.62-
YUV121.7115.76147.48-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.27%
GREEN value IS 112 (44.14% from 255) = 31.02%
BLUE value IS 100 (39.45% from 255) = 27.70%
R=41.27%
G=31.02%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.33
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14911210000.250.330.4214.6919.6848.82
Hex957064019212Af1431
Octal2251601440314152172461
Binary1001010111100001100100011001100001101010111110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957064; }

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

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

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

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

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

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

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

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