#95706B

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

Shades of Dark Chestnut #95706B

Tints of Dark Chestnut #95706B

Color information

#95706B (or 0x95706B) is unknown color: approx Dark Chestnut. HEX triplet: 95, 70 and 6B. RGB value is (149,112,107). Sum of RGB (Red+Green+Blue) = 149+112+107=368 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.49% from 368); Green value is 112 (44.14% from 255 or 30.43% from 368); Blue value is 107 (42.19% from 255 or 29.08% from 368); Max value from RGB is 149 - color contains mainly: red. Hex color #95706B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95706B is #6A8F94. Grayscale: #7A7A7A. Windows color (decimal): -6983573 or 7041173. OLE color: 7041173.

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

Color convert

RGB149112107-
CMYK00.250.280.42
HSL7.14º16.54%50.2%-
HSV(B)7.14º28.19%58.43%-
XYZ20.8419.0416.49-
YUV122.49119.26146.91-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.49%
GREEN value IS 112 (44.14% from 255) = 30.43%
BLUE value IS 107 (42.19% from 255) = 29.08%
R=40.49%
G=30.43%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14911210700.250.280.427.1416.5450.2
Hex95706B0191C2A71132
Octal225160153031345272162
Binary10010101111000011010110110011110010101011110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95706B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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