#967622

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

Shades of Hacienda #967622

Tints of Hacienda #967622

Color information

#967622 (or 0x967622) is unknown color: approx Hacienda. HEX triplet: 96, 76 and 22. RGB value is (150,118,34). Sum of RGB (Red+Green+Blue) = 150+118+34=302 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.67% from 302); Green value is 118 (46.48% from 255 or 39.07% from 302); Blue value is 34 (13.67% from 255 or 11.26% from 302); Max value from RGB is 150 - color contains mainly: red. Hex color #967622 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967622 is #6989DD. Grayscale: #767676. Windows color (decimal): -6916574 or 2258582. OLE color: 2258582.

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

Color convert

RGB15011834-
CMYK00.210.770.41
HSL43.45º63.04%36.08%-
HSV(B)43.45º77.33%58.82%-
XYZ19.3419.564.27-
YUV117.9980.6150.83-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 49.67%
GREEN value IS 118 (46.48% from 255) = 39.07%
BLUE value IS 34 (13.67% from 255) = 11.26%
R=49.67%
G=39.07%
B=11.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.77
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501183400.210.770.4143.4563.0436.08
Hex9676220154D292b3f24
Octal2261664202511551537744
Binary1001011011101101000100101011001101101001101011111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967622; }

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

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

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

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

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

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

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

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