#95716A

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

Shades of Dark Chestnut #95716A

Tints of Dark Chestnut #95716A

Color information

#95716A (or 0x95716A) is unknown color: approx Dark Chestnut. HEX triplet: 95, 71 and 6A. RGB value is (149,113,106). Sum of RGB (Red+Green+Blue) = 149+113+106=368 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.49% from 368); Green value is 113 (44.53% from 255 or 30.71% from 368); Blue value is 106 (41.80% from 255 or 28.80% from 368); Max value from RGB is 149 - color contains mainly: red. Hex color #95716A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95716A is #6A8E95. Grayscale: #7B7B7B. Windows color (decimal): -6983318 or 6975893. OLE color: 6975893.

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

Color convert

RGB149113106-
CMYK00.240.290.42
HSL9.77º16.86%50%-
HSV(B)9.77º28.86%58.43%-
XYZ20.919.2416.25-
YUV122.97118.43146.57-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.49%
GREEN value IS 113 (44.53% from 255) = 30.71%
BLUE value IS 106 (41.80% from 255) = 28.80%
R=40.49%
G=30.71%
B=28.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14911310600.240.290.429.7716.8650
Hex95716A0181D2Aa1132
Octal2251611520303552122162
Binary100101011110001110101001100011101101010101010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95716A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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