Html Css Color HEX #998814 Hacienda

📋 copy color: '#998814'

red 153 ◦ green 136 ◦ blue 20

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

Shades of Hacienda #998814

Tints of Hacienda #998814

RGB

 RED value IS 153 (60.16% from 255) = 49.51%

 GREEN value IS 136 (53.52% from 255) = 44.01%

 BLUE value IS 20 (8.2% from 255) = 6.47%

R = 49.51%
G = 44.01%
B = 6.47%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.87

 K value IS 0.4

RGB Variations

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

Color information

#998814 (or 0x998814) is known color: Hacienda. HEX triplet: 99, 88 and 14. RGB value is (153,136,20). Sum of RGB (Red+Green+Blue) = 153+136+20=309 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.51% from 309); Green value is 136 (53.52% from 255 or 44.01% from 309); Blue value is 20 (8.20% from 255 or 6.47% from 309); Max value from RGB is 153 - color contains mainly: red. Hex color #998814 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998814 is #6677EB. Grayscale: #808080. Windows color (decimal): -6715372 or 1345689. OLE color: 1345689.

HSL color Cylindrical-coordinate representation of color #998814: hue angle of 52.33º 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 #998814 is Cyan = 0, Magento = 0.11, Yellow = 0.87 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 136 20 -
CMYK 0 0.11 0.87 0.4
HSL 52.33º 0.77% 0.34% -
HSV(B) 52.33º 0.87% 0.6% -
XYZ 22.07 24.43 4.21 -
YUV 127.86 67.13 145.93 -
System Red Green Blue C M Y K H S L
Decimal 153 136 20 0 0.11 0.87 0.4 52.33 0.77 0.34
Hex 99 88 14 0 B 57 28 34 4D 22
Octal 231 210 24 0 13 127 50 64 115 42
Binary 10011001 10001000 10100 0 1011 1010111 101000 110100 1001101 100010

Color Harmonies of #998814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998814

Black with #998814

Text Example


Text Example

White with #998814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998814; }

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

 H1.HeaderClassName
 {
   color: #998814;
 }
 .AnyTagClassName
 {
   color: #998814;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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