#967F21

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

Shades of Hacienda #967F21

Tints of Hacienda #967F21

Color information

#967F21 (or 0x967F21) is unknown color: approx Hacienda. HEX triplet: 96, 7F and 21. RGB value is (150,127,33). Sum of RGB (Red+Green+Blue) = 150+127+33=310 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.39% from 310); Green value is 127 (50% from 255 or 40.97% from 310); Blue value is 33 (13.28% from 255 or 10.65% from 310); Max value from RGB is 150 - color contains mainly: red. Hex color #967F21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967F21 is #6980DE. Grayscale: #7B7B7B. Windows color (decimal): -6914271 or 2195350. OLE color: 2195350.

HSL color Cylindrical-coordinate representation of color #967F21: hue angle of 48.21º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #967F21 is Cyan = 0, Magento = 0.15, Yellow = 0.78 and Black (K on CMYK) = 0.41.

Color convert

RGB15012733-
CMYK00.150.780.41
HSL48.21º63.93%35.88%-
HSV(B)48.21º78%58.82%-
XYZ20.4421.774.56-
YUV123.1677.12147.14-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.39%
GREEN value IS 127 (50% from 255) = 40.97%
BLUE value IS 33 (13.28% from 255) = 10.65%
R=48.39%
G=40.97%
B=10.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.78
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501273300.150.780.4148.2163.9335.88
Hex967F210F4E29304024
Octal22617741017116516010044
Binary1001011011111111000010111110011101010011100001000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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