#91685D

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

Shades of Dark Chestnut #91685D

Tints of Dark Chestnut #91685D

Color information

#91685D (or 0x91685D) is unknown color: approx Dark Chestnut. HEX triplet: 91, 68 and 5D. RGB value is (145,104,93). Sum of RGB (Red+Green+Blue) = 145+104+93=342 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.40% from 342); Green value is 104 (41.02% from 255 or 30.41% from 342); Blue value is 93 (36.72% from 255 or 27.19% from 342); Max value from RGB is 145 - color contains mainly: red. Hex color #91685D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91685D is #6E97A2. Grayscale: #737373. Windows color (decimal): -7247779 or 6121617. OLE color: 6121617.

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

Color convert

RGB14510493-
CMYK00.280.360.43
HSL12.69º21.85%46.67%-
HSV(B)12.69º35.86%56.86%-
XYZ18.616.7112.6-
YUV115115.58149.39-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 42.40%
GREEN value IS 104 (41.02% from 255) = 30.41%
BLUE value IS 93 (36.72% from 255) = 27.19%
R=42.40%
G=30.41%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.36
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451049300.280.360.4312.6921.8546.67
Hex91685D01C242Bd162f
Octal2211501350344453152657
Binary1001000111010001011101011100100100101011110110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91685D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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