Html Css Color HEX #99801E Hacienda

📋 copy color: '#99801E'

red 153 ◦ green 128 ◦ blue 30

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

Shades of Hacienda #99801E

Tints of Hacienda #99801E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.65%

R = 49.2%
G = 41.16%
B = 9.65%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.80

 K value IS 0.4

RGB Variations

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

Color information

#99801E (or 0x99801E) is known color: Hacienda. HEX triplet: 99, 80 and 1E. RGB value is (153,128,30). Sum of RGB (Red+Green+Blue) = 153+128+30=311 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.20% from 311); Green value is 128 (50.39% from 255 or 41.16% from 311); Blue value is 30 (12.11% from 255 or 9.65% from 311); Max value from RGB is 153 - color contains mainly: red. Hex color #99801E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99801E is #667FE1. Grayscale: #7C7C7C. Windows color (decimal): -6717410 or 1999001. OLE color: 1999001.

HSL color Cylindrical-coordinate representation of color #99801E: hue angle of 47.8º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #99801E is Cyan = 0, Magento = 0.16, Yellow = 0.80 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 128 30 -
CMYK 0 0.16 0.80 0.4
HSL 47.8º 0.67% 0.36% -
HSV(B) 47.8º 0.8% 0.6% -
XYZ 21.09 22.3 4.42 -
YUV 124.3 74.78 148.47 -
System Red Green Blue C M Y K H S L
Decimal 153 128 30 0 0.16 0.80 0.4 47.8 0.67 0.36
Hex 99 80 1E 0 10 50 28 30 43 24
Octal 231 200 36 0 20 120 50 60 103 44
Binary 10011001 10000000 11110 0 10000 1010000 101000 110000 1000011 100100

Color Harmonies of #99801E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99801E

Black with #99801E

Text Example


Text Example

White with #99801E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99801E; }

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

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

background-color css

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

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

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

border-color css

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

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

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