#91675B

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

Shades of Dark Chestnut #91675B

Tints of Dark Chestnut #91675B

Color information

#91675B (or 0x91675B) is unknown color: approx Dark Chestnut. HEX triplet: 91, 67 and 5B. RGB value is (145,103,91). Sum of RGB (Red+Green+Blue) = 145+103+91=339 (44% of max value = 765). Red value is 145 (57.03% from 255 or 42.77% from 339); Green value is 103 (40.62% from 255 or 30.38% from 339); Blue value is 91 (35.94% from 255 or 26.84% from 339); Max value from RGB is 145 - color contains mainly: red. Hex color #91675B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91675B is #6E98A4. Grayscale: #727272. Windows color (decimal): -7248037 or 5990289. OLE color: 5990289.

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

Color convert

RGB14510391-
CMYK00.290.370.43
HSL13.33º22.88%46.27%-
HSV(B)13.33º37.24%56.86%-
XYZ18.4216.4812.11-
YUV114.19114.91149.98-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 42.77%
GREEN value IS 103 (40.62% from 255) = 30.38%
BLUE value IS 91 (35.94% from 255) = 26.84%
R=42.77%
G=30.38%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.37
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451039100.290.370.4313.3322.8846.27
Hex91675B01D252Bd172e
Octal2211471330354553152756
Binary1001000111001111011011011101100101101011110110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91675B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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