#91665D

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

Shades of Dark Chestnut #91665D

Tints of Dark Chestnut #91665D

Color information

#91665D (or 0x91665D) is unknown color: approx Dark Chestnut. HEX triplet: 91, 66 and 5D. RGB value is (145,102,93). Sum of RGB (Red+Green+Blue) = 145+102+93=340 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.65% from 340); Green value is 102 (40.23% from 255 or 30% from 340); Blue value is 93 (36.72% from 255 or 27.35% from 340); Max value from RGB is 145 - color contains mainly: red. Hex color #91665D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91665D is #6E99A2. Grayscale: #717171. Windows color (decimal): -7248291 or 6121105. OLE color: 6121105.

HSL color Cylindrical-coordinate representation of color #91665D: hue angle of 10.38º 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 #91665D is Cyan = 0, Magento = 0.30, Yellow = 0.36 and Black (K on CMYK) = 0.43.

Color convert

RGB14510293-
CMYK00.300.360.43
HSL10.38º21.85%46.67%-
HSV(B)10.38º35.86%56.86%-
XYZ18.416.3112.53-
YUV113.83116.25150.23-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 42.65%
GREEN value IS 102 (40.23% from 255) = 30%
BLUE value IS 93 (36.72% from 255) = 27.35%
R=42.65%
G=30%
B=27.35%

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
Decimal1451029300.300.360.4310.3821.8546.67
Hex91665D01E242Ba162f
Octal2211461350364453122657
Binary1001000111001101011101011110100100101011101010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91665D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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