#968812

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

Shades of Hacienda #968812

Tints of Hacienda #968812

Color information

#968812 (or 0x968812) is unknown color: approx Hacienda. HEX triplet: 96, 88 and 12. RGB value is (150,136,18). Sum of RGB (Red+Green+Blue) = 150+136+18=304 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.34% from 304); Green value is 136 (53.52% from 255 or 44.74% from 304); Blue value is 18 (7.42% from 255 or 5.92% from 304); Max value from RGB is 150 - color contains mainly: red. Hex color #968812 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968812 is #6977ED. Grayscale: #7F7F7F. Windows color (decimal): -6911982 or 1214614. OLE color: 1214614.

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

Color convert

RGB15013618-
CMYK00.090.880.41
HSL53.64º78.57%32.94%-
HSV(B)53.64º88%58.82%-
XYZ21.4924.144.1-
YUV126.7366.64144.59-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 49.34%
GREEN value IS 136 (53.52% from 255) = 44.74%
BLUE value IS 18 (7.42% from 255) = 5.92%
R=49.34%
G=44.74%
B=5.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.88
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501361800.090.880.4153.6478.5732.94
Hex968812095829364f21
Octal22621022011130516611741
Binary1001011010001000100100100110110001010011101101001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968812; }

 p { color: rgb(150,136,18); }

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

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

 a { background-color: rgb(150,136,18); }

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

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

 span { border-color: rgb(150,136,18); }

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