Html Css Color HEX #998015 Hacienda

📋 copy color: '#998015'

red 153 ◦ green 128 ◦ blue 21

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

Shades of Hacienda #998015

Tints of Hacienda #998015

RGB

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

 GREEN value IS 128 (50.39% from 255) = 42.38%

 BLUE value IS 21 (8.59% from 255) = 6.95%

R = 50.66%
G = 42.38%
B = 6.95%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.86

 K value IS 0.4

RGB Variations

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

Color information

#998015 (or 0x998015) is known color: Hacienda. HEX triplet: 99, 80 and 15. RGB value is (153,128,21). Sum of RGB (Red+Green+Blue) = 153+128+21=302 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.66% from 302); Green value is 128 (50.39% from 255 or 42.38% from 302); Blue value is 21 (8.59% from 255 or 6.95% from 302); Max value from RGB is 153 - color contains mainly: red. Hex color #998015 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998015 is #667FEA. Grayscale: #7B7B7B. Windows color (decimal): -6717419 or 1409177. OLE color: 1409177.

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

Color convert

RGB 153 128 21 -
CMYK 0 0.16 0.86 0.4
HSL 48.64º 0.76% 0.34% -
HSV(B) 48.64º 0.86% 0.6% -
XYZ 20.99 22.26 3.9 -
YUV 123.28 70.28 149.2 -
System Red Green Blue C M Y K H S L
Decimal 153 128 21 0 0.16 0.86 0.4 48.64 0.76 0.34
Hex 99 80 15 0 10 56 28 31 4C 22
Octal 231 200 25 0 20 126 50 61 114 42
Binary 10011001 10000000 10101 0 10000 1010110 101000 110001 1001100 100010

Color Harmonies of #998015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998015

Black with #998015

Text Example


Text Example

White with #998015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998015; }

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

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

background-color css

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

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

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

border-color css

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

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

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