#95716B

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

Shades of Dark Chestnut #95716B

Tints of Dark Chestnut #95716B

Color information

#95716B (or 0x95716B) is unknown color: approx Dark Chestnut. HEX triplet: 95, 71 and 6B. RGB value is (149,113,107). Sum of RGB (Red+Green+Blue) = 149+113+107=369 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.38% from 369); Green value is 113 (44.53% from 255 or 30.62% from 369); Blue value is 107 (42.19% from 255 or 29.00% from 369); Max value from RGB is 149 - color contains mainly: red. Hex color #95716B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95716B is #6A8E94. Grayscale: #7B7B7B. Windows color (decimal): -6983317 or 7041429. OLE color: 7041429.

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

Color convert

RGB149113107-
CMYK00.240.280.42
HSL8.57º16.54%50.2%-
HSV(B)8.57º28.19%58.43%-
XYZ20.9519.2616.52-
YUV123.08118.93146.49-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.38%
GREEN value IS 113 (44.53% from 255) = 30.62%
BLUE value IS 107 (42.19% from 255) = 29.00%
R=40.38%
G=30.62%
B=29.00%

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
Decimal14911310700.240.280.428.5716.5450.2
Hex95716B0181C2A91132
Octal2251611530303452112162
Binary100101011110001110101101100011100101010100110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95716B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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