#967A2A

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

Shades of Hacienda #967A2A

Tints of Hacienda #967A2A

Color information

#967A2A (or 0x967A2A) is unknown color: approx Hacienda. HEX triplet: 96, 7A and 2A. RGB value is (150,122,42). Sum of RGB (Red+Green+Blue) = 150+122+42=314 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.77% from 314); Green value is 122 (48.05% from 255 or 38.85% from 314); Blue value is 42 (16.80% from 255 or 13.38% from 314); Max value from RGB is 150 - color contains mainly: red. Hex color #967A2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967A2A is #6985D5. Grayscale: #797979. Windows color (decimal): -6915542 or 2783894. OLE color: 2783894.

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

Color convert

RGB15012242-
CMYK00.190.720.41
HSL44.44º56.25%37.65%-
HSV(B)44.44º72%58.82%-
XYZ19.9620.575.11-
YUV121.2583.28148.5-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.77%
GREEN value IS 122 (48.05% from 255) = 38.85%
BLUE value IS 42 (16.80% from 255) = 13.38%
R=47.77%
G=38.85%
B=13.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.72
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501224200.190.720.4144.4456.2537.65
Hex967A2A01348292c3826
Octal2261725202311051547046
Binary1001011011110101010100100111001000101001101100111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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