#967A1A

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

Shades of Hacienda #967A1A

Tints of Hacienda #967A1A

Color information

#967A1A (or 0x967A1A) is unknown color: approx Hacienda. HEX triplet: 96, 7A and 1A. RGB value is (150,122,26). Sum of RGB (Red+Green+Blue) = 150+122+26=298 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.34% from 298); Green value is 122 (48.05% from 255 or 40.94% from 298); Blue value is 26 (10.55% from 255 or 8.72% from 298); Max value from RGB is 150 - color contains mainly: red. Hex color #967A1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967A1A is #6985E5. Grayscale: #777777. Windows color (decimal): -6915558 or 1735318. OLE color: 1735318.

HSL color Cylindrical-coordinate representation of color #967A1A: hue angle of 46.45º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #967A1A is Cyan = 0, Magento = 0.19, Yellow = 0.83 and Black (K on CMYK) = 0.41.

Color convert

RGB15012226-
CMYK00.190.830.41
HSL46.45º70.45%34.51%-
HSV(B)46.45º82.67%58.82%-
XYZ19.7220.483.89-
YUV119.4375.28149.81-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50.34%
GREEN value IS 122 (48.05% from 255) = 40.94%
BLUE value IS 26 (10.55% from 255) = 8.72%
R=50.34%
G=40.94%
B=8.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.83
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501222600.190.830.4146.4570.4534.51
Hex967A1A01353292e4623
Octal22617232023123515610643
Binary1001011011110101101001001110100111010011011101000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,122,26); }

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

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

 a { background-color: rgb(150,122,26); }

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

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

 span { border-color: rgb(150,122,26); }

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