#967920

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

Shades of Hacienda #967920

Tints of Hacienda #967920

Color information

#967920 (or 0x967920) is unknown color: approx Hacienda. HEX triplet: 96, 79 and 20. RGB value is (150,121,32). Sum of RGB (Red+Green+Blue) = 150+121+32=303 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.50% from 303); Green value is 121 (47.66% from 255 or 39.93% from 303); Blue value is 32 (12.89% from 255 or 10.56% from 303); Max value from RGB is 150 - color contains mainly: red. Hex color #967920 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967920 is #6986DF. Grayscale: #777777. Windows color (decimal): -6915808 or 2128278. OLE color: 2128278.

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

Color convert

RGB15012132-
CMYK00.190.790.41
HSL45.25º64.84%35.69%-
HSV(B)45.25º78.67%58.82%-
XYZ19.6820.264.24-
YUV119.5278.61149.74-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 49.50%
GREEN value IS 121 (47.66% from 255) = 39.93%
BLUE value IS 32 (12.89% from 255) = 10.56%
R=49.50%
G=39.93%
B=10.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.79
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501213200.190.790.4145.2564.8435.69
Hex9679200134F292d4124
Octal22617140023117515510144
Binary10010110111100110000001001110011111010011011011000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967920; }

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

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

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

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

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

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

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

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