#95706A

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

Shades of Dark Chestnut #95706A

Tints of Dark Chestnut #95706A

Color information

#95706A (or 0x95706A) is unknown color: approx Dark Chestnut. HEX triplet: 95, 70 and 6A. RGB value is (149,112,106). Sum of RGB (Red+Green+Blue) = 149+112+106=367 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.60% from 367); Green value is 112 (44.14% from 255 or 30.52% from 367); Blue value is 106 (41.80% from 255 or 28.88% from 367); Max value from RGB is 149 - color contains mainly: red. Hex color #95706A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95706A is #6A8F95. Grayscale: #7A7A7A. Windows color (decimal): -6983574 or 6975637. OLE color: 6975637.

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

Color convert

RGB149112106-
CMYK00.250.290.42
HSL8.37º16.86%50%-
HSV(B)8.37º28.86%58.43%-
XYZ20.7919.0216.21-
YUV122.38118.76146.99-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.60%
GREEN value IS 112 (44.14% from 255) = 30.52%
BLUE value IS 106 (41.80% from 255) = 28.88%
R=40.60%
G=30.52%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14911210600.250.290.428.3716.8650
Hex95706A0191D2A81132
Octal2251601520313552102162
Binary100101011110000110101001100111101101010100010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95706A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95706A; }

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

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

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

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

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

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

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

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