#99781F

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

Shades of Hacienda #99781F

Tints of Hacienda #99781F

Color information

#99781F (or 0x99781F) is unknown color: approx Hacienda. HEX triplet: 99, 78 and 1F. RGB value is (153,120,31). Sum of RGB (Red+Green+Blue) = 153+120+31=304 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.33% from 304); Green value is 120 (47.27% from 255 or 39.47% from 304); Blue value is 31 (12.5% from 255 or 10.20% from 304); Max value from RGB is 153 - color contains mainly: red. Hex color #99781F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99781F is #6687E0. Grayscale: #787878. Windows color (decimal): -6719457 or 2062489. OLE color: 2062489.

HSL color Cylindrical-coordinate representation of color #99781F: hue angle of 43.77º degrees, saturation: 0.66, 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 #99781F is Cyan = 0, Magento = 0.22, Yellow = 0.80 and Black (K on CMYK) = 0.4.

Color convert

RGB15312031-
CMYK00.220.800.4
HSL43.77º66.3%36.08%-
HSV(B)43.77º79.74%60%-
XYZ20.120.34.16-
YUV119.7277.93151.74-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 50.33%
GREEN value IS 120 (47.27% from 255) = 39.47%
BLUE value IS 31 (12.5% from 255) = 10.20%
R=50.33%
G=39.47%
B=10.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.80
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531203100.220.800.443.7766.336.08
Hex99781F01650282c4224
Octal23117037026120505410244
Binary1001100111110001111101011010100001010001011001000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99781F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,120,31); }

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

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

 a { background-color: rgb(153,120,31); }

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

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

 span { border-color: rgb(153,120,31); }

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