#998712

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

Shades of Hacienda #998712

Tints of Hacienda #998712

Color information

#998712 (or 0x998712) is unknown color: approx Hacienda. HEX triplet: 99, 87 and 12. RGB value is (153,135,18). Sum of RGB (Red+Green+Blue) = 153+135+18=306 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50% from 306); Green value is 135 (53.12% from 255 or 44.12% from 306); Blue value is 18 (7.42% from 255 or 5.88% from 306); Max value from RGB is 153 - color contains mainly: red. Hex color #998712 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998712 is #6678ED. Grayscale: #7F7F7F. Windows color (decimal): -6715630 or 1214361. OLE color: 1214361.

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

Color convert

RGB15313518-
CMYK00.120.880.4
HSL52º78.95%33.53%-
HSV(B)52º88.24%60%-
XYZ21.9124.144.08-
YUV127.0466.46146.51-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 50%
GREEN value IS 135 (53.12% from 255) = 44.12%
BLUE value IS 18 (7.42% from 255) = 5.88%
R=50%
G=44.12%
B=5.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.88
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531351800.120.880.45278.9533.53
Hex9987120C5828344f22
Octal23120722014130506411742
Binary1001100110000111100100110010110001010001101001001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998712; }

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

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

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

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

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

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

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

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