Html Css Color HEX #99800F Hacienda

📋 copy color: '#99800F'

red 153 ◦ green 128 ◦ blue 15

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

Shades of Hacienda #99800F

Tints of Hacienda #99800F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.07%

R = 51.69%
G = 43.24%
B = 5.07%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.90

 K value IS 0.4

RGB Variations

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

Color information

#99800F (or 0x99800F) is known color: Hacienda. HEX triplet: 99, 80 and 0F. RGB value is (153,128,15). Sum of RGB (Red+Green+Blue) = 153+128+15=296 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.69% from 296); Green value is 128 (50.39% from 255 or 43.24% from 296); Blue value is 15 (6.25% from 255 or 5.07% from 296); Max value from RGB is 153 - color contains mainly: red. Hex color #99800F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #99800F is #667FF0. Grayscale: #7B7B7B. Windows color (decimal): -6717425 or 1015961. OLE color: 1015961.

HSL color Cylindrical-coordinate representation of color #99800F: hue angle of 49.13º degrees, saturation: 0.82, 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 #99800F is Cyan = 0, Magento = 0.16, Yellow = 0.90 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 128 15 -
CMYK 0 0.16 0.90 0.4
HSL 49.13º 0.82% 0.33% -
HSV(B) 49.13º 0.9% 0.6% -
XYZ 20.94 22.25 3.64 -
YUV 122.59 67.28 149.69 -
System Red Green Blue C M Y K H S L
Decimal 153 128 15 0 0.16 0.90 0.4 49.13 0.82 0.33
Hex 99 80 F 0 10 5A 28 31 52 21
Octal 231 200 17 0 20 132 50 61 122 41
Binary 10011001 10000000 1111 0 10000 1011010 101000 110001 1010010 100001

Color Harmonies of #99800F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99800F

Black with #99800F

Text Example


Text Example

White with #99800F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99800F; }

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

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

background-color css

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

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

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

border-color css

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

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

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