#96801C

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

Shades of Hacienda #96801C

Tints of Hacienda #96801C

Color information

#96801C (or 0x96801C) is unknown color: approx Hacienda. HEX triplet: 96, 80 and 1C. RGB value is (150,128,28). Sum of RGB (Red+Green+Blue) = 150+128+28=306 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.02% from 306); Green value is 128 (50.39% from 255 or 41.83% from 306); Blue value is 28 (11.33% from 255 or 9.15% from 306); Max value from RGB is 150 - color contains mainly: red. Hex color #96801C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96801C is #697FE3. Grayscale: #7B7B7B. Windows color (decimal): -6914020 or 1867926. OLE color: 1867926.

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

Color convert

RGB15012828-
CMYK00.150.810.41
HSL49.18º68.54%34.9%-
HSV(B)49.18º81.33%58.82%-
XYZ20.5122.014.27-
YUV123.1874.29147.13-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 49.02%
GREEN value IS 128 (50.39% from 255) = 41.83%
BLUE value IS 28 (11.33% from 255) = 9.15%
R=49.02%
G=41.83%
B=9.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.81
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501282800.150.810.4149.1868.5434.9
Hex96801C0F5129314523
Octal22620034017121516110543
Binary1001011010000000111000111110100011010011100011000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96801C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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