Html Css Color HEX #998014 Hacienda

📋 copy color: '#998014'

red 153 ◦ green 128 ◦ blue 20

#998014
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hacienda #998014

Tints of Hacienda #998014

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.2% from 255) = 6.64%

R = 50.83%
G = 42.52%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.87

 K value IS 0.4

RGB Variations

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

Color information

#998014 (or 0x998014) is known color: 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

RGB 153 128 20 -
CMYK 0 0.16 0.87 0.4
HSL 48.72º 0.77% 0.34% -
HSV(B) 48.72º 0.87% 0.6% -
XYZ 20.98 22.26 3.85 -
YUV 123.16 69.78 149.28 -
System Red Green Blue C M Y K H S L
Decimal 153 128 20 0 0.16 0.87 0.4 48.72 0.77 0.34
Hex 99 80 14 0 10 57 28 31 4D 22
Octal 231 200 24 0 20 127 50 61 115 42
Binary 10011001 10000000 10100 0 10000 1010111 101000 110001 1001101 100010

Color Harmonies of #998014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998014

Black with #998014

Text Example


Text Example

White with #998014

Text Example


Text Example

HTML Codes & Css Web 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>