#967621

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

Shades of Hacienda #967621

Tints of Hacienda #967621

Color information

#967621 (or 0x967621) is unknown color: approx Hacienda. HEX triplet: 96, 76 and 21. RGB value is (150,118,33). Sum of RGB (Red+Green+Blue) = 150+118+33=301 (39% of max value = 765). Red value is 150 (58.98% from 255 or 49.83% from 301); Green value is 118 (46.48% from 255 or 39.20% from 301); Blue value is 33 (13.28% from 255 or 10.96% from 301); Max value from RGB is 150 - color contains mainly: red. Hex color #967621 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967621 is #6989DE. Grayscale: #767676. Windows color (decimal): -6916575 or 2193046. OLE color: 2193046.

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

Color convert

RGB15011833-
CMYK00.210.780.41
HSL43.59º63.93%35.88%-
HSV(B)43.59º78%58.82%-
XYZ19.3319.554.19-
YUV117.8880.1150.91-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 49.83%
GREEN value IS 118 (46.48% from 255) = 39.20%
BLUE value IS 33 (13.28% from 255) = 10.96%
R=49.83%
G=39.20%
B=10.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.78
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501183300.210.780.4143.5963.9335.88
Hex9676210154E292c4024
Octal22616641025116515410044
Binary10010110111011010000101010110011101010011011001000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967621; }

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

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

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

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

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

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

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

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