#91655F

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

Shades of Dark Chestnut #91655F

Tints of Dark Chestnut #91655F

Color information

#91655F (or 0x91655F) is unknown color: approx Dark Chestnut. HEX triplet: 91, 65 and 5F. RGB value is (145,101,95). Sum of RGB (Red+Green+Blue) = 145+101+95=341 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.52% from 341); Green value is 101 (39.84% from 255 or 29.62% from 341); Blue value is 95 (37.5% from 255 or 27.86% from 341); Max value from RGB is 145 - color contains mainly: red. Hex color #91655F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91655F is #6E9AA0. Grayscale: #717171. Windows color (decimal): -7248545 or 6251921. OLE color: 6251921.

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

Color convert

RGB14510195-
CMYK00.300.340.43
HSL7.2º20.83%47.06%-
HSV(B)7.2º34.48%56.86%-
XYZ18.416.1512.97-
YUV113.47117.58150.49-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 42.52%
GREEN value IS 101 (39.84% from 255) = 29.62%
BLUE value IS 95 (37.5% from 255) = 27.86%
R=42.52%
G=29.62%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.34
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451019500.300.340.437.220.8347.06
Hex91655F01E222B7152f
Octal221145137036425372557
Binary100100011100101101111101111010001010101111110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91655F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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