#91655D

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

Shades of Dark Chestnut #91655D

Tints of Dark Chestnut #91655D

Color information

#91655D (or 0x91655D) is unknown color: approx Dark Chestnut. HEX triplet: 91, 65 and 5D. RGB value is (145,101,93). Sum of RGB (Red+Green+Blue) = 145+101+93=339 (44% of max value = 765). Red value is 145 (57.03% from 255 or 42.77% from 339); Green value is 101 (39.84% from 255 or 29.79% from 339); Blue value is 93 (36.72% from 255 or 27.43% from 339); Max value from RGB is 145 - color contains mainly: red. Hex color #91655D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91655D is #6E9AA2. Grayscale: #717171. Windows color (decimal): -7248547 or 6120849. OLE color: 6120849.

HSL color Cylindrical-coordinate representation of color #91655D: hue angle of 9.23º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #91655D is Cyan = 0, Magento = 0.30, Yellow = 0.36 and Black (K on CMYK) = 0.43.

Color convert

RGB14510193-
CMYK00.300.360.43
HSL9.23º21.85%46.67%-
HSV(B)9.23º35.86%56.86%-
XYZ18.3116.1212.5-
YUV113.24116.58150.65-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 42.77%
GREEN value IS 101 (39.84% from 255) = 29.79%
BLUE value IS 93 (36.72% from 255) = 27.43%
R=42.77%
G=29.79%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.36
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451019300.300.360.439.2321.8546.67
Hex91655D01E242B9162f
Octal2211451350364453112657
Binary1001000111001011011101011110100100101011100110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91655D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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