#967F20

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

Shades of Hacienda #967F20

Tints of Hacienda #967F20

Color information

#967F20 (or 0x967F20) is unknown color: approx Hacienda. HEX triplet: 96, 7F and 20. RGB value is (150,127,32). Sum of RGB (Red+Green+Blue) = 150+127+32=309 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.54% from 309); Green value is 127 (50% from 255 or 41.10% from 309); Blue value is 32 (12.89% from 255 or 10.36% from 309); Max value from RGB is 150 - color contains mainly: red. Hex color #967F20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967F20 is #6980DF. Grayscale: #7B7B7B. Windows color (decimal): -6914272 or 2129814. OLE color: 2129814.

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

Color convert

RGB15012732-
CMYK00.150.790.41
HSL48.31º64.84%35.69%-
HSV(B)48.31º78.67%58.82%-
XYZ20.4321.774.49-
YUV123.0576.62147.22-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.54%
GREEN value IS 127 (50% from 255) = 41.10%
BLUE value IS 32 (12.89% from 255) = 10.36%
R=48.54%
G=41.10%
B=10.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.79
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501273200.150.790.4148.3164.8435.69
Hex967F200F4F29304124
Octal22617740017117516010144
Binary1001011011111111000000111110011111010011100001000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967F20; }

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

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

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

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

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

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

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

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