Html Css Color HEX #998312 Hacienda

📋 copy color: '#998312'

red 153 ◦ green 131 ◦ blue 18

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

Shades of Hacienda #998312

Tints of Hacienda #998312

RGB

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

 GREEN value IS 131 (51.56% from 255) = 43.38%

 BLUE value IS 18 (7.42% from 255) = 5.96%

R = 50.66%
G = 43.38%
B = 5.96%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.88

 K value IS 0.4

RGB Variations

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

Color information

#998312 (or 0x998312) is known color: Hacienda. HEX triplet: 99, 83 and 12. RGB value is (153,131,18). Sum of RGB (Red+Green+Blue) = 153+131+18=302 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.66% from 302); Green value is 131 (51.56% from 255 or 43.38% from 302); Blue value is 18 (7.42% from 255 or 5.96% from 302); Max value from RGB is 153 - color contains mainly: red. Hex color #998312 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998312 is #667CED. Grayscale: #7D7D7D. Windows color (decimal): -6716654 or 1213337. OLE color: 1213337.

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

Color convert

RGB 153 131 18 -
CMYK 0 0.14 0.88 0.4
HSL 50.22º 0.79% 0.34% -
HSV(B) 50.22º 0.88% 0.6% -
XYZ 21.36 23.05 3.9 -
YUV 124.7 67.79 148.19 -
System Red Green Blue C M Y K H S L
Decimal 153 131 18 0 0.14 0.88 0.4 50.22 0.79 0.34
Hex 99 83 12 0 E 58 28 32 4F 22
Octal 231 203 22 0 16 130 50 62 117 42
Binary 10011001 10000011 10010 0 1110 1011000 101000 110010 1001111 100010

Color Harmonies of #998312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998312

Black with #998312

Text Example


Text Example

White with #998312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998312; }

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

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

background-color css

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

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

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

border-color css

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

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

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