#967720

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

Shades of Hacienda #967720

Tints of Hacienda #967720

Color information

#967720 (or 0x967720) is unknown color: approx Hacienda. HEX triplet: 96, 77 and 20. RGB value is (150,119,32). Sum of RGB (Red+Green+Blue) = 150+119+32=301 (39% of max value = 765). Red value is 150 (58.98% from 255 or 49.83% from 301); Green value is 119 (46.88% from 255 or 39.53% from 301); Blue value is 32 (12.89% from 255 or 10.63% from 301); Max value from RGB is 150 - color contains mainly: red. Hex color #967720 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967720 is #6988DF. Grayscale: #767676. Windows color (decimal): -6916320 or 2127766. OLE color: 2127766.

HSL color Cylindrical-coordinate representation of color #967720: hue angle of 44.24º 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 #967720 is Cyan = 0, Magento = 0.21, Yellow = 0.79 and Black (K on CMYK) = 0.41.

Color convert

RGB15011932-
CMYK00.210.790.41
HSL44.24º64.84%35.69%-
HSV(B)44.24º78.67%58.82%-
XYZ19.4419.784.16-
YUV118.3579.27150.57-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 49.83%
GREEN value IS 119 (46.88% from 255) = 39.53%
BLUE value IS 32 (12.89% from 255) = 10.63%
R=49.83%
G=39.53%
B=10.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.79
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501193200.210.790.4144.2464.8435.69
Hex9677200154F292c4124
Octal22616740025117515410144
Binary10010110111011110000001010110011111010011011001000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967720; }

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

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

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

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

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

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

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

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