#91655B

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

Shades of Dark Chestnut #91655B

Tints of Dark Chestnut #91655B

Color information

#91655B (or 0x91655B) is unknown color: approx Dark Chestnut. HEX triplet: 91, 65 and 5B. RGB value is (145,101,91). Sum of RGB (Red+Green+Blue) = 145+101+91=337 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.03% from 337); Green value is 101 (39.84% from 255 or 29.97% from 337); Blue value is 91 (35.94% from 255 or 27.00% from 337); Max value from RGB is 145 - color contains mainly: red. Hex color #91655B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91655B is #6E9AA4. Grayscale: #717171. Windows color (decimal): -7248549 or 5989777. OLE color: 5989777.

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

Color convert

RGB14510191-
CMYK00.300.370.43
HSL11.11º22.88%46.27%-
HSV(B)11.11º37.24%56.86%-
XYZ18.2216.0812.04-
YUV113.02115.58150.81-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 43.03%
GREEN value IS 101 (39.84% from 255) = 29.97%
BLUE value IS 91 (35.94% from 255) = 27.00%
R=43.03%
G=29.97%
B=27.00%

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
Decimal1451019100.300.370.4311.1122.8846.27
Hex91655B01E252Bb172e
Octal2211451330364553132756
Binary1001000111001011011011011110100101101011101110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91655B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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