#91695D

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

Shades of Dark Chestnut #91695D

Tints of Dark Chestnut #91695D

Color information

#91695D (or 0x91695D) is unknown color: approx Dark Chestnut. HEX triplet: 91, 69 and 5D. RGB value is (145,105,93). Sum of RGB (Red+Green+Blue) = 145+105+93=343 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.27% from 343); Green value is 105 (41.41% from 255 or 30.61% from 343); Blue value is 93 (36.72% from 255 or 27.11% from 343); Max value from RGB is 145 - color contains mainly: red. Hex color #91695D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91695D is #6E96A2. Grayscale: #737373. Windows color (decimal): -7247523 or 6121873. OLE color: 6121873.

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

Color convert

RGB14510593-
CMYK00.280.360.43
HSL13.85º21.85%46.67%-
HSV(B)13.85º35.86%56.86%-
XYZ18.716.9112.63-
YUV115.59115.25148.98-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 42.27%
GREEN value IS 105 (41.41% from 255) = 30.61%
BLUE value IS 93 (36.72% from 255) = 27.11%
R=42.27%
G=30.61%
B=27.11%

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
Decimal1451059300.280.360.4313.8521.8546.67
Hex91695D01C242Be162f
Octal2211511350344453162657
Binary1001000111010011011101011100100100101011111010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91695D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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