#967918

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

Shades of Hacienda #967918

Tints of Hacienda #967918

Color information

#967918 (or 0x967918) is unknown color: approx Hacienda. HEX triplet: 96, 79 and 18. RGB value is (150,121,24). Sum of RGB (Red+Green+Blue) = 150+121+24=295 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.85% from 295); Green value is 121 (47.66% from 255 or 41.02% from 295); Blue value is 24 (9.77% from 255 or 8.14% from 295); Max value from RGB is 150 - color contains mainly: red. Hex color #967918 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #967918 is #6986E7. Grayscale: #777777. Windows color (decimal): -6915816 or 1603990. OLE color: 1603990.

HSL color Cylindrical-coordinate representation of color #967918: hue angle of 46.19º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #967918 is Cyan = 0, Magento = 0.19, Yellow = 0.84 and Black (K on CMYK) = 0.41.

Color convert

RGB15012124-
CMYK00.190.840.41
HSL46.19º72.41%34.12%-
HSV(B)46.19º84%58.82%-
XYZ19.5820.223.74-
YUV118.6174.61150.39-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50.85%
GREEN value IS 121 (47.66% from 255) = 41.02%
BLUE value IS 24 (9.77% from 255) = 8.14%
R=50.85%
G=41.02%
B=8.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.84
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501212400.190.840.4146.1972.4134.12
Hex96791801354292e4822
Octal22617130023124515611042
Binary1001011011110011100001001110101001010011011101001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967918; }

 p { color: rgb(150,121,24); }

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

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

 a { background-color: rgb(150,121,24); }

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

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

 span { border-color: rgb(150,121,24); }

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