#91685C

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

Shades of Dark Chestnut #91685C

Tints of Dark Chestnut #91685C

Color information

#91685C (or 0x91685C) is unknown color: approx Dark Chestnut. HEX triplet: 91, 68 and 5C. RGB value is (145,104,92). Sum of RGB (Red+Green+Blue) = 145+104+92=341 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.52% from 341); Green value is 104 (41.02% from 255 or 30.50% from 341); Blue value is 92 (36.33% from 255 or 26.98% from 341); Max value from RGB is 145 - color contains mainly: red. Hex color #91685C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91685C is #6E97A3. Grayscale: #727272. Windows color (decimal): -7247780 or 6056081. OLE color: 6056081.

HSL color Cylindrical-coordinate representation of color #91685C: hue angle of 13.58º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #91685C is Cyan = 0, Magento = 0.28, Yellow = 0.37 and Black (K on CMYK) = 0.43.

Color convert

RGB14510492-
CMYK00.280.370.43
HSL13.58º22.36%46.47%-
HSV(B)13.58º36.55%56.86%-
XYZ18.5616.6912.37-
YUV114.89115.08149.48-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 42.52%
GREEN value IS 104 (41.02% from 255) = 30.50%
BLUE value IS 92 (36.33% from 255) = 26.98%
R=42.52%
G=30.50%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.37
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451049200.280.370.4313.5822.3646.47
Hex91685C01C252Be162e
Octal2211501340344553162656
Binary1001000111010001011100011100100101101011111010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91685C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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