#95655C

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

Shades of Dark Chestnut #95655C

Tints of Dark Chestnut #95655C

Color information

#95655C (or 0x95655C) is unknown color: approx Dark Chestnut. HEX triplet: 95, 65 and 5C. RGB value is (149,101,92). Sum of RGB (Red+Green+Blue) = 149+101+92=342 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.57% from 342); Green value is 101 (39.84% from 255 or 29.53% from 342); Blue value is 92 (36.33% from 255 or 26.90% from 342); Max value from RGB is 149 - color contains mainly: red. Hex color #95655C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95655C is #6A9AA3. Grayscale: #727272. Windows color (decimal): -6986404 or 6055317. OLE color: 6055317.

HSL color Cylindrical-coordinate representation of color #95655C: hue angle of 9.47º 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 #95655C is Cyan = 0, Magento = 0.32, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB14910192-
CMYK00.320.380.42
HSL9.47º23.65%47.25%-
HSV(B)9.47º38.26%58.43%-
XYZ18.9816.4712.3-
YUV114.33115.4152.73-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.57%
GREEN value IS 101 (39.84% from 255) = 29.53%
BLUE value IS 92 (36.33% from 255) = 26.90%
R=43.57%
G=29.53%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491019200.320.380.429.4723.6547.25
Hex95655C020262A9182f
Octal2251451340404652113057
Binary10010101110010110111000100000100110101010100111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95655C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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