#99811E

Color #99811E Hacienda (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hacienda #99811E

Tints of Hacienda #99811E

Color information

#99811E (or 0x99811E) is unknown color: approx Hacienda. HEX triplet: 99, 81 and 1E. RGB value is (153,129,30). Sum of RGB (Red+Green+Blue) = 153+129+30=312 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.04% from 312); Green value is 129 (50.78% from 255 or 41.35% from 312); Blue value is 30 (12.11% from 255 or 9.62% from 312); Max value from RGB is 153 - color contains mainly: red. Hex color #99811E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99811E is #667EE1. Grayscale: #7D7D7D. Windows color (decimal): -6717154 or 1999257. OLE color: 1999257.

HSL color Cylindrical-coordinate representation of color #99811E: hue angle of 48.29º 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 #99811E is Cyan = 0, Magento = 0.16, Yellow = 0.80 and Black (K on CMYK) = 0.4.

Color convert

RGB15312930-
CMYK00.160.800.4
HSL48.29º67.21%35.88%-
HSV(B)48.29º80.39%60%-
XYZ21.2222.574.47-
YUV124.8974.45148.05-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 49.04%
GREEN value IS 129 (50.78% from 255) = 41.35%
BLUE value IS 30 (12.11% from 255) = 9.62%
R=49.04%
G=41.35%
B=9.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.80
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531293000.160.800.448.2967.2135.88
Hex99811E0105028304324
Octal23120136020120506010344
Binary10011001100000011111001000010100001010001100001000011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99811E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #99811E;
 }
 .AnyTagClassName
 {
   color: #99811E;
 }
</style>
background-color css

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

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

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

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

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

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