#91675C

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

Shades of Dark Chestnut #91675C

Tints of Dark Chestnut #91675C

Color information

#91675C (or 0x91675C) is unknown color: approx Dark Chestnut. HEX triplet: 91, 67 and 5C. RGB value is (145,103,92). Sum of RGB (Red+Green+Blue) = 145+103+92=340 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.65% from 340); Green value is 103 (40.62% from 255 or 30.29% from 340); Blue value is 92 (36.33% from 255 or 27.06% from 340); Max value from RGB is 145 - color contains mainly: red. Hex color #91675C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91675C is #6E98A3. Grayscale: #727272. Windows color (decimal): -7248036 or 6055825. OLE color: 6055825.

HSL color Cylindrical-coordinate representation of color #91675C: hue angle of 12.45º 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 #91675C is Cyan = 0, Magento = 0.29, Yellow = 0.37 and Black (K on CMYK) = 0.43.

Color convert

RGB14510392-
CMYK00.290.370.43
HSL12.45º22.36%46.47%-
HSV(B)12.45º36.55%56.86%-
XYZ18.4616.4912.34-
YUV114.3115.41149.89-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 42.65%
GREEN value IS 103 (40.62% from 255) = 30.29%
BLUE value IS 92 (36.33% from 255) = 27.06%
R=42.65%
G=30.29%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.37
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451039200.290.370.4312.4522.3646.47
Hex91675C01D252Bc162e
Octal2211471340354553142656
Binary1001000111001111011100011101100101101011110010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91675C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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