#91655A

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

Shades of Dark Chestnut #91655A

Tints of Dark Chestnut #91655A

Color information

#91655A (or 0x91655A) is unknown color: approx Dark Chestnut. HEX triplet: 91, 65 and 5A. RGB value is (145,101,90). Sum of RGB (Red+Green+Blue) = 145+101+90=336 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.15% from 336); Green value is 101 (39.84% from 255 or 30.06% from 336); Blue value is 90 (35.55% from 255 or 26.79% from 336); Max value from RGB is 145 - color contains mainly: red. Hex color #91655A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91655A is #6E9AA5. Grayscale: #707070. Windows color (decimal): -7248550 or 5924241. OLE color: 5924241.

HSL color Cylindrical-coordinate representation of color #91655A: hue angle of 12º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #91655A is Cyan = 0, Magento = 0.30, Yellow = 0.38 and Black (K on CMYK) = 0.43.

Color convert

RGB14510190-
CMYK00.300.380.43
HSL12º23.4%46.08%-
HSV(B)12º37.93%56.86%-
XYZ18.1816.0711.82-
YUV112.9115.08150.89-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 43.15%
GREEN value IS 101 (39.84% from 255) = 30.06%
BLUE value IS 90 (35.55% from 255) = 26.79%
R=43.15%
G=30.06%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.38
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451019000.300.380.431223.446.08
Hex91655A01E262Bc172e
Octal2211451320364653142756
Binary1001000111001011011010011110100110101011110010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91655A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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