#99751F

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

Shades of Hacienda #99751F

Tints of Hacienda #99751F

Color information

#99751F (or 0x99751F) is unknown color: approx Hacienda. HEX triplet: 99, 75 and 1F. RGB value is (153,117,31). Sum of RGB (Red+Green+Blue) = 153+117+31=301 (39% of max value = 765). Red value is 153 (60.16% from 255 or 50.83% from 301); Green value is 117 (46.09% from 255 or 38.87% from 301); Blue value is 31 (12.5% from 255 or 10.30% from 301); Max value from RGB is 153 - color contains mainly: red. Hex color #99751F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99751F is #668AE0. Grayscale: #767676. Windows color (decimal): -6720225 or 2061721. OLE color: 2061721.

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

Color convert

RGB15311731-
CMYK00.240.800.4
HSL42.3º66.3%36.08%-
HSV(B)42.3º79.74%60%-
XYZ19.7519.594.04-
YUV117.9678.93152.99-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 50.83%
GREEN value IS 117 (46.09% from 255) = 38.87%
BLUE value IS 31 (12.5% from 255) = 10.30%
R=50.83%
G=38.87%
B=10.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.80
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531173100.240.800.442.366.336.08
Hex99751F01850282a4224
Octal23116537030120505210244
Binary1001100111101011111101100010100001010001010101000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99751F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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