#95716C

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

Shades of Dark Chestnut #95716C

Tints of Dark Chestnut #95716C

Color information

#95716C (or 0x95716C) is unknown color: approx Dark Chestnut. HEX triplet: 95, 71 and 6C. RGB value is (149,113,108). Sum of RGB (Red+Green+Blue) = 149+113+108=370 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.27% from 370); Green value is 113 (44.53% from 255 or 30.54% from 370); Blue value is 108 (42.58% from 255 or 29.19% from 370); Max value from RGB is 149 - color contains mainly: red. Hex color #95716C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95716C is #6A8E93. Grayscale: #7B7B7B. Windows color (decimal): -6983316 or 7106965. OLE color: 7106965.

HSL color Cylindrical-coordinate representation of color #95716C: hue angle of 7.32º degrees, saturation: 0.16, 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 #95716C is Cyan = 0, Magento = 0.24, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB149113108-
CMYK00.240.280.42
HSL7.32º16.21%50.39%-
HSV(B)7.32º27.52%58.43%-
XYZ21.0119.2816.8-
YUV123.19119.43146.41-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.27%
GREEN value IS 113 (44.53% from 255) = 30.54%
BLUE value IS 108 (42.58% from 255) = 29.19%
R=40.27%
G=30.54%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14911310800.240.280.427.3216.2150.39
Hex95716C0181C2A71032
Octal225161154030345272062
Binary10010101111000111011000110001110010101011110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95716C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95716C; }

 p { color: rgb(149,113,108); }

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

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

 a { background-color: rgb(149,113,108); }

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

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

 span { border-color: rgb(149,113,108); }

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