Html Css Color HEX #998A0A Hacienda

📋 copy color: '#998A0A'

red 153 ◦ green 138 ◦ blue 10

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

Shades of Hacienda #998A0A

Tints of Hacienda #998A0A

RGB

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

 GREEN value IS 138 (54.3% from 255) = 45.85%

 BLUE value IS 10 (4.3% from 255) = 3.32%

R = 50.83%
G = 45.85%
B = 3.32%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.93

 K value IS 0.4

RGB Variations

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

Color information

#998A0A (or 0x998A0A) is known color: Hacienda. HEX triplet: 99, 8A and 0A. RGB value is (153,138,10). Sum of RGB (Red+Green+Blue) = 153+138+10=301 (39% of max value = 765). Red value is 153 (60.16% from 255 or 50.83% from 301); Green value is 138 (54.30% from 255 or 45.85% from 301); Blue value is 10 (4.30% from 255 or 3.32% from 301); Max value from RGB is 153 - color contains mainly: red. Hex color #998A0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998A0A is #6675F5. Grayscale: #808080. Windows color (decimal): -6714870 or 690841. OLE color: 690841.

HSL color Cylindrical-coordinate representation of color #998A0A: hue angle of 53.71º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #998A0A is Cyan = 0, Magento = 0.10, Yellow = 0.93 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 138 10 -
CMYK 0 0.10 0.93 0.4
HSL 53.71º 0.88% 0.32% -
HSV(B) 53.71º 0.93% 0.6% -
XYZ 22.28 24.97 3.93 -
YUV 127.89 61.47 145.91 -
System Red Green Blue C M Y K H S L
Decimal 153 138 10 0 0.10 0.93 0.4 53.71 0.88 0.32
Hex 99 8A A 0 A 5D 28 36 58 20
Octal 231 212 12 0 12 135 50 66 130 40
Binary 10011001 10001010 1010 0 1010 1011101 101000 110110 1011000 100000

Color Harmonies of #998A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998A0A

Black with #998A0A

Text Example


Text Example

White with #998A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998A0A; }

 p { color: rgb(153,138,10); }

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

background-color css

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

 a { background-color: rgb(153,138,10); }

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

border-color css

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

 span { border-color: rgb(153,138,10); }

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