#91665B

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

Shades of Dark Chestnut #91665B

Tints of Dark Chestnut #91665B

Color information

#91665B (or 0x91665B) is unknown color: approx Dark Chestnut. HEX triplet: 91, 66 and 5B. RGB value is (145,102,91). Sum of RGB (Red+Green+Blue) = 145+102+91=338 (44% of max value = 765). Red value is 145 (57.03% from 255 or 42.90% from 338); Green value is 102 (40.23% from 255 or 30.18% from 338); Blue value is 91 (35.94% from 255 or 26.92% from 338); Max value from RGB is 145 - color contains mainly: red. Hex color #91665B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91665B is #6E99A4. Grayscale: #717171. Windows color (decimal): -7248293 or 5990033. OLE color: 5990033.

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

Color convert

RGB14510291-
CMYK00.300.370.43
HSL12.22º22.88%46.27%-
HSV(B)12.22º37.24%56.86%-
XYZ18.3216.2812.07-
YUV113.6115.25150.39-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 42.90%
GREEN value IS 102 (40.23% from 255) = 30.18%
BLUE value IS 91 (35.94% from 255) = 26.92%
R=42.90%
G=30.18%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.37
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451029100.300.370.4312.2222.8846.27
Hex91665B01E252Bc172e
Octal2211461330364553142756
Binary1001000111001101011011011110100101101011110010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91665B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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