#998014

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

Shades of Hacienda #998014

Tints of Hacienda #998014

Color information

#998014 (or 0x998014) is unknown color: approx Hacienda. HEX triplet: 99, 80 and 14. RGB value is (153,128,20). Sum of RGB (Red+Green+Blue) = 153+128+20=301 (39% of max value = 765). Red value is 153 (60.16% from 255 or 50.83% from 301); Green value is 128 (50.39% from 255 or 42.52% from 301); Blue value is 20 (8.20% from 255 or 6.64% from 301); Max value from RGB is 153 - color contains mainly: red. Hex color #998014 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998014 is #667FEB. Grayscale: #7B7B7B. Windows color (decimal): -6717420 or 1343641. OLE color: 1343641.

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

Color convert

RGB15312820-
CMYK00.160.870.4
HSL48.72º76.88%33.92%-
HSV(B)48.72º86.93%60%-
XYZ20.9822.263.85-
YUV123.1669.78149.28-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 50.83%
GREEN value IS 128 (50.39% from 255) = 42.52%
BLUE value IS 20 (8.20% from 255) = 6.64%
R=50.83%
G=42.52%
B=6.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.87
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531282000.160.870.448.7276.8833.92
Hex9980140105728314d22
Octal23120024020127506111542
Binary10011001100000001010001000010101111010001100011001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998014; }

 p { color: rgb(153,128,20); }

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

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

 a { background-color: rgb(153,128,20); }

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

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

 span { border-color: rgb(153,128,20); }

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