#917616

Color #917616 Hacienda (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hacienda #917616

Tints of Hacienda #917616

Color information

#917616 (or 0x917616) is unknown color: approx Hacienda. HEX triplet: 91, 76 and 16. RGB value is (145,118,22). Sum of RGB (Red+Green+Blue) = 145+118+22=285 (37% of max value = 765). Red value is 145 (57.03% from 255 or 50.88% from 285); Green value is 118 (46.48% from 255 or 41.40% from 285); Blue value is 22 (8.98% from 255 or 7.72% from 285); Max value from RGB is 145 - color contains mainly: red. Hex color #917616 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #917616 is #6E89E9. Grayscale: #737373. Windows color (decimal): -7244266 or 1472145. OLE color: 1472145.

HSL color Cylindrical-coordinate representation of color #917616: hue angle of 46.83º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #917616 is Cyan = 0, Magento = 0.19, Yellow = 0.85 and Black (K on CMYK) = 0.43.

Color convert

RGB14511822-
CMYK00.190.850.43
HSL46.83º73.65%32.75%-
HSV(B)46.83º84.83%56.86%-
XYZ18.319.033.47-
YUV115.1375.45149.31-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 50.88%
GREEN value IS 118 (46.48% from 255) = 41.40%
BLUE value IS 22 (8.98% from 255) = 7.72%
R=50.88%
G=41.40%
B=7.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.85
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451182200.190.850.4346.8373.6532.75
Hex917616013552B2f4a21
Octal22116626023125535711241
Binary1001000111101101011001001110101011010111011111001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917616; }

 p { color: rgb(145,118,22); }

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

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

 a { background-color: rgb(145,118,22); }

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

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

 span { border-color: rgb(145,118,22); }

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