#968210

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

Shades of Hacienda #968210

Tints of Hacienda #968210

Color information

#968210 (or 0x968210) is unknown color: approx Hacienda. HEX triplet: 96, 82 and 10. RGB value is (150,130,16). Sum of RGB (Red+Green+Blue) = 150+130+16=296 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.68% from 296); Green value is 130 (51.17% from 255 or 43.92% from 296); Blue value is 16 (6.64% from 255 or 5.41% from 296); Max value from RGB is 150 - color contains mainly: red. Hex color #968210 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968210 is #697DEF. Grayscale: #7B7B7B. Windows color (decimal): -6913520 or 1082006. OLE color: 1082006.

HSL color Cylindrical-coordinate representation of color #968210: hue angle of 51.04º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #968210 is Cyan = 0, Magento = 0.13, Yellow = 0.89 and Black (K on CMYK) = 0.41.

Color convert

RGB15013016-
CMYK00.130.890.41
HSL51.04º80.72%32.55%-
HSV(B)51.04º89.33%58.82%-
XYZ20.6522.493.74-
YUV122.9867.63147.27-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50.68%
GREEN value IS 130 (51.17% from 255) = 43.92%
BLUE value IS 16 (6.64% from 255) = 5.41%
R=50.68%
G=43.92%
B=5.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.89
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501301600.130.890.4151.0480.7232.55
Hex9682100D5929335121
Octal22620220015131516312141
Binary1001011010000010100000110110110011010011100111010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968210; }

 p { color: rgb(150,130,16); }

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

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

 a { background-color: rgb(150,130,16); }

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

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

 span { border-color: rgb(150,130,16); }

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