#95645C

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

Shades of Dark Chestnut #95645C

Tints of Dark Chestnut #95645C

Color information

#95645C (or 0x95645C) is unknown color: approx Dark Chestnut. HEX triplet: 95, 64 and 5C. RGB value is (149,100,92). Sum of RGB (Red+Green+Blue) = 149+100+92=341 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.70% from 341); Green value is 100 (39.45% from 255 or 29.33% from 341); Blue value is 92 (36.33% from 255 or 26.98% from 341); Max value from RGB is 149 - color contains mainly: red. Hex color #95645C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95645C is #6A9BA3. Grayscale: #717171. Windows color (decimal): -6986660 or 6055061. OLE color: 6055061.

HSL color Cylindrical-coordinate representation of color #95645C: hue angle of 8.42º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #95645C is Cyan = 0, Magento = 0.33, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB14910092-
CMYK00.330.380.42
HSL8.42º23.65%47.25%-
HSV(B)8.42º38.26%58.43%-
XYZ18.8816.2812.27-
YUV113.74115.73153.15-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.70%
GREEN value IS 100 (39.45% from 255) = 29.33%
BLUE value IS 92 (36.33% from 255) = 26.98%
R=43.70%
G=29.33%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491009200.330.380.428.4223.6547.25
Hex95645C021262A8182f
Octal2251441340414652103057
Binary10010101110010010111000100001100110101010100011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95645C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,100,92); }

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

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

 a { background-color: rgb(149,100,92); }

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

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

 span { border-color: rgb(149,100,92); }

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