#967822

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

Shades of Hacienda #967822

Tints of Hacienda #967822

Color information

#967822 (or 0x967822) is unknown color: approx Hacienda. HEX triplet: 96, 78 and 22. RGB value is (150,120,34). Sum of RGB (Red+Green+Blue) = 150+120+34=304 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.34% from 304); Green value is 120 (47.27% from 255 or 39.47% from 304); Blue value is 34 (13.67% from 255 or 11.18% from 304); Max value from RGB is 150 - color contains mainly: red. Hex color #967822 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967822 is #6987DD. Grayscale: #777777. Windows color (decimal): -6916062 or 2259094. OLE color: 2259094.

HSL color Cylindrical-coordinate representation of color #967822: hue angle of 44.48º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #967822 is Cyan = 0, Magento = 0.20, Yellow = 0.77 and Black (K on CMYK) = 0.41.

Color convert

RGB15012034-
CMYK00.200.770.41
HSL44.48º63.04%36.08%-
HSV(B)44.48º77.33%58.82%-
XYZ19.5820.034.35-
YUV119.1779.94149.99-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 49.34%
GREEN value IS 120 (47.27% from 255) = 39.47%
BLUE value IS 34 (13.67% from 255) = 11.18%
R=49.34%
G=39.47%
B=11.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.77
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501203400.200.770.4144.4863.0436.08
Hex9678220144D292c3f24
Octal2261704202411551547744
Binary1001011011110001000100101001001101101001101100111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967822; }

 p { color: rgb(150,120,34); }

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

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

 a { background-color: rgb(150,120,34); }

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

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

 span { border-color: rgb(150,120,34); }

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