#95645D

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

Shades of Dark Chestnut #95645D

Tints of Dark Chestnut #95645D

Color information

#95645D (or 0x95645D) is unknown color: approx Dark Chestnut. HEX triplet: 95, 64 and 5D. RGB value is (149,100,93). Sum of RGB (Red+Green+Blue) = 149+100+93=342 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.57% from 342); Green value is 100 (39.45% from 255 or 29.24% from 342); Blue value is 93 (36.72% from 255 or 27.19% from 342); Max value from RGB is 149 - color contains mainly: red. Hex color #95645D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95645D is #6A9BA2. Grayscale: #717171. Windows color (decimal): -6986659 or 6120597. OLE color: 6120597.

HSL color Cylindrical-coordinate representation of color #95645D: hue angle of 7.5º degrees, saturation: 0.23, 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 #95645D is Cyan = 0, Magento = 0.33, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB14910093-
CMYK00.330.380.42
HSL7.5º23.14%47.45%-
HSV(B)7.5º37.58%58.43%-
XYZ18.9316.2912.5-
YUV113.85116.23153.07-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.57%
GREEN value IS 100 (39.45% from 255) = 29.24%
BLUE value IS 93 (36.72% from 255) = 27.19%
R=43.57%
G=29.24%
B=27.19%

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
Decimal1491009300.330.380.427.523.1447.45
Hex95645D021262A8172f
Octal2251441350414652102757
Binary10010101110010010111010100001100110101010100010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95645D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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