Html Css Color HEX #99880A Hacienda

📋 copy color: '#99880A'

red 153 ◦ green 136 ◦ blue 10

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

Shades of Hacienda #99880A

Tints of Hacienda #99880A

RGB

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

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

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

R = 51.17%
G = 45.48%
B = 3.34%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.93

 K value IS 0.4

RGB Variations

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

Color information

#99880A (or 0x99880A) is known color: Hacienda. HEX triplet: 99, 88 and 0A. RGB value is (153,136,10). Sum of RGB (Red+Green+Blue) = 153+136+10=299 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.17% from 299); Green value is 136 (53.52% from 255 or 45.48% from 299); Blue value is 10 (4.30% from 255 or 3.34% from 299); Max value from RGB is 153 - color contains mainly: red. Hex color #99880A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #99880A is #6677F5. Grayscale: #7F7F7F. Windows color (decimal): -6715382 or 690329. OLE color: 690329.

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

Color convert

RGB 153 136 10 -
CMYK 0 0.11 0.93 0.4
HSL 52.87º 0.88% 0.32% -
HSV(B) 52.87º 0.93% 0.6% -
XYZ 22 24.4 3.84 -
YUV 126.72 62.13 146.75 -
System Red Green Blue C M Y K H S L
Decimal 153 136 10 0 0.11 0.93 0.4 52.87 0.88 0.32
Hex 99 88 A 0 B 5D 28 35 58 20
Octal 231 210 12 0 13 135 50 65 130 40
Binary 10011001 10001000 1010 0 1011 1011101 101000 110101 1011000 100000

Color Harmonies of #99880A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99880A

Black with #99880A

Text Example


Text Example

White with #99880A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99880A; }

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

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

background-color css

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

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

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

border-color css

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

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

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