#96801A

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

Shades of Hacienda #96801A

Tints of Hacienda #96801A

Color information

#96801A (or 0x96801A) is unknown color: approx Hacienda. HEX triplet: 96, 80 and 1A. RGB value is (150,128,26). Sum of RGB (Red+Green+Blue) = 150+128+26=304 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.34% from 304); Green value is 128 (50.39% from 255 or 42.11% from 304); Blue value is 26 (10.55% from 255 or 8.55% from 304); Max value from RGB is 150 - color contains mainly: red. Hex color #96801A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96801A is #697FE5. Grayscale: #7B7B7B. Windows color (decimal): -6914022 or 1736854. OLE color: 1736854.

HSL color Cylindrical-coordinate representation of color #96801A: hue angle of 49.35º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #96801A is Cyan = 0, Magento = 0.15, Yellow = 0.83 and Black (K on CMYK) = 0.41.

Color convert

RGB15012826-
CMYK00.150.830.41
HSL49.35º70.45%34.51%-
HSV(B)49.35º82.67%58.82%-
XYZ20.48224.14-
YUV122.9573.29147.29-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 49.34%
GREEN value IS 128 (50.39% from 255) = 42.11%
BLUE value IS 26 (10.55% from 255) = 8.55%
R=49.34%
G=42.11%
B=8.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.83
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501282600.150.830.4149.3570.4534.51
Hex96801A0F5329314623
Octal22620032017123516110643
Binary1001011010000000110100111110100111010011100011000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96801A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96801A; }

 p { color: rgb(150,128,26); }

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

<style>
 a { background-color: #96801A; }

 a { background-color: rgb(150,128,26); }

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

<style>
 span { border-color: #96801A; }

 span { border-color: rgb(150,128,26); }

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