#91675A

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

Shades of Dark Chestnut #91675A

Tints of Dark Chestnut #91675A

Color information

#91675A (or 0x91675A) is unknown color: approx Dark Chestnut. HEX triplet: 91, 67 and 5A. RGB value is (145,103,90). Sum of RGB (Red+Green+Blue) = 145+103+90=338 (44% of max value = 765). Red value is 145 (57.03% from 255 or 42.90% from 338); Green value is 103 (40.62% from 255 or 30.47% from 338); Blue value is 90 (35.55% from 255 or 26.63% from 338); Max value from RGB is 145 - color contains mainly: red. Hex color #91675A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91675A is #6E98A5. Grayscale: #727272. Windows color (decimal): -7248038 or 5924753. OLE color: 5924753.

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

Color convert

RGB14510390-
CMYK00.290.380.43
HSL14.18º23.4%46.08%-
HSV(B)14.18º37.93%56.86%-
XYZ18.3716.4611.88-
YUV114.08114.41150.06-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 42.90%
GREEN value IS 103 (40.62% from 255) = 30.47%
BLUE value IS 90 (35.55% from 255) = 26.63%
R=42.90%
G=30.47%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.38
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451039000.290.380.4314.1823.446.08
Hex91675A01D262Be172e
Octal2211471320354653162756
Binary1001000111001111011010011101100110101011111010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91675A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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