Html Css Color HEX #998510 Hacienda

📋 copy color: '#998510'

red 153 ◦ green 133 ◦ blue 16

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

Shades of Hacienda #998510

Tints of Hacienda #998510

RGB

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

 GREEN value IS 133 (52.34% from 255) = 44.04%

 BLUE value IS 16 (6.64% from 255) = 5.3%

R = 50.66%
G = 44.04%
B = 5.3%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.90

 K value IS 0.4

RGB Variations

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

Color information

#998510 (or 0x998510) is known color: Hacienda. HEX triplet: 99, 85 and 10. RGB value is (153,133,16). Sum of RGB (Red+Green+Blue) = 153+133+16=302 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.66% from 302); Green value is 133 (52.34% from 255 or 44.04% from 302); Blue value is 16 (6.64% from 255 or 5.30% from 302); Max value from RGB is 153 - color contains mainly: red. Hex color #998510 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998510 is #667AEF. Grayscale: #7E7E7E. Windows color (decimal): -6716144 or 1082777. OLE color: 1082777.

HSL color Cylindrical-coordinate representation of color #998510: hue angle of 51.24º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #998510 is Cyan = 0, Magento = 0.13, Yellow = 0.90 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 133 16 -
CMYK 0 0.13 0.90 0.4
HSL 51.24º 0.81% 0.33% -
HSV(B) 51.24º 0.9% 0.6% -
XYZ 21.62 23.58 3.9 -
YUV 125.64 66.13 147.51 -
System Red Green Blue C M Y K H S L
Decimal 153 133 16 0 0.13 0.90 0.4 51.24 0.81 0.33
Hex 99 85 10 0 D 5A 28 33 51 21
Octal 231 205 20 0 15 132 50 63 121 41
Binary 10011001 10000101 10000 0 1101 1011010 101000 110011 1010001 100001

Color Harmonies of #998510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998510

Black with #998510

Text Example


Text Example

White with #998510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998510; }

 p { color: rgb(153,133,16); }

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

background-color css

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

 a { background-color: rgb(153,133,16); }

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

border-color css

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

 span { border-color: rgb(153,133,16); }

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