#998711

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

Shades of Hacienda #998711

Tints of Hacienda #998711

Color information

#998711 (or 0x998711) is unknown color: approx Hacienda. HEX triplet: 99, 87 and 11. RGB value is (153,135,17). Sum of RGB (Red+Green+Blue) = 153+135+17=305 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.16% from 305); Green value is 135 (53.12% from 255 or 44.26% from 305); Blue value is 17 (7.03% from 255 or 5.57% from 305); Max value from RGB is 153 - color contains mainly: red. Hex color #998711 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998711 is #6678EE. Grayscale: #7F7F7F. Windows color (decimal): -6715631 or 1148825. OLE color: 1148825.

HSL color Cylindrical-coordinate representation of color #998711: hue angle of 52.06º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #998711 is Cyan = 0, Magento = 0.12, Yellow = 0.89 and Black (K on CMYK) = 0.4.

Color convert

RGB15313517-
CMYK00.120.890.4
HSL52.06º80%33.33%-
HSV(B)52.06º88.89%60%-
XYZ21.924.144.04-
YUV126.9365.96146.59-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 50.16%
GREEN value IS 135 (53.12% from 255) = 44.26%
BLUE value IS 17 (7.03% from 255) = 5.57%
R=50.16%
G=44.26%
B=5.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.89
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531351700.120.890.452.068033.33
Hex9987110C5928345021
Octal23120721014131506412041
Binary1001100110000111100010110010110011010001101001010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998711; }

 p { color: rgb(153,135,17); }

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

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

 a { background-color: rgb(153,135,17); }

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

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

 span { border-color: rgb(153,135,17); }

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