#95655D

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

Shades of Dark Chestnut #95655D

Tints of Dark Chestnut #95655D

Color information

#95655D (or 0x95655D) is unknown color: approx Dark Chestnut. HEX triplet: 95, 65 and 5D. RGB value is (149,101,93). Sum of RGB (Red+Green+Blue) = 149+101+93=343 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.44% from 343); Green value is 101 (39.84% from 255 or 29.45% from 343); Blue value is 93 (36.72% from 255 or 27.11% from 343); Max value from RGB is 149 - color contains mainly: red. Hex color #95655D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95655D is #6A9AA2. Grayscale: #727272. Windows color (decimal): -6986403 or 6120853. OLE color: 6120853.

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

Color convert

RGB14910193-
CMYK00.320.380.42
HSL8.57º23.14%47.45%-
HSV(B)8.57º37.58%58.43%-
XYZ19.0216.4912.54-
YUV114.44115.9152.65-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.44%
GREEN value IS 101 (39.84% from 255) = 29.45%
BLUE value IS 93 (36.72% from 255) = 27.11%
R=43.44%
G=29.45%
B=27.11%

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
Decimal1491019300.320.380.428.5723.1447.45
Hex95655D020262A9172f
Octal2251451350404652112757
Binary10010101110010110111010100000100110101010100110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95655D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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