#957065

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

Shades of Dark Chestnut #957065

Tints of Dark Chestnut #957065

Color information

#957065 (or 0x957065) is unknown color: approx Dark Chestnut. HEX triplet: 95, 70 and 65. RGB value is (149,112,101). Sum of RGB (Red+Green+Blue) = 149+112+101=362 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.16% from 362); Green value is 112 (44.14% from 255 or 30.94% from 362); Blue value is 101 (39.84% from 255 or 27.90% from 362); Max value from RGB is 149 - color contains mainly: red. Hex color #957065 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957065 is #6A8F9A. Grayscale: #797979. Windows color (decimal): -6983579 or 6647957. OLE color: 6647957.

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

Color convert

RGB149112101-
CMYK00.250.320.42
HSL13.75º19.2%49.02%-
HSV(B)13.75º32.21%58.43%-
XYZ20.5418.9214.88-
YUV121.81116.26147.39-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.16%
GREEN value IS 112 (44.14% from 255) = 30.94%
BLUE value IS 101 (39.84% from 255) = 27.90%
R=41.16%
G=30.94%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14911210100.250.320.4213.7519.249.02
Hex957065019202Ae1331
Octal2251601450314052162361
Binary1001010111100001100101011001100000101010111010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957065; }

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

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

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

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

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

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

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

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