#95645B

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

Shades of Dark Chestnut #95645B

Tints of Dark Chestnut #95645B

Color information

#95645B (or 0x95645B) is unknown color: approx Dark Chestnut. HEX triplet: 95, 64 and 5B. RGB value is (149,100,91). Sum of RGB (Red+Green+Blue) = 149+100+91=340 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.82% from 340); Green value is 100 (39.45% from 255 or 29.41% from 340); Blue value is 91 (35.94% from 255 or 26.76% from 340); Max value from RGB is 149 - color contains mainly: red. Hex color #95645B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95645B is #6A9BA4. Grayscale: #717171. Windows color (decimal): -6986661 or 5989525. OLE color: 5989525.

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

Color convert

RGB14910091-
CMYK00.330.390.42
HSL9.31º24.17%47.06%-
HSV(B)9.31º38.93%58.43%-
XYZ18.8416.2612.04-
YUV113.62115.23153.23-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.82%
GREEN value IS 100 (39.45% from 255) = 29.41%
BLUE value IS 91 (35.94% from 255) = 26.76%
R=43.82%
G=29.41%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491009100.330.390.429.3124.1747.06
Hex95645B021272A9182f
Octal2251441330414752113057
Binary10010101110010010110110100001100111101010100111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95645B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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