#96801E

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

Shades of Hacienda #96801E

Tints of Hacienda #96801E

Color information

#96801E (or 0x96801E) is unknown color: approx Hacienda. HEX triplet: 96, 80 and 1E. RGB value is (150,128,30). Sum of RGB (Red+Green+Blue) = 150+128+30=308 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.70% from 308); Green value is 128 (50.39% from 255 or 41.56% from 308); Blue value is 30 (12.11% from 255 or 9.74% from 308); Max value from RGB is 150 - color contains mainly: red. Hex color #96801E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96801E is #697FE1. Grayscale: #7B7B7B. Windows color (decimal): -6914018 or 1998998. OLE color: 1998998.

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

Color convert

RGB15012830-
CMYK00.150.800.41
HSL49º66.67%35.29%-
HSV(B)49º80%58.82%-
XYZ20.5322.024.4-
YUV123.4175.29146.97-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.70%
GREEN value IS 128 (50.39% from 255) = 41.56%
BLUE value IS 30 (12.11% from 255) = 9.74%
R=48.70%
G=41.56%
B=9.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.80
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501283000.150.800.414966.6735.29
Hex96801E0F5029314323
Octal22620036017120516110343
Binary1001011010000000111100111110100001010011100011000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96801E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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