#967A1B

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

Shades of Hacienda #967A1B

Tints of Hacienda #967A1B

Color information

#967A1B (or 0x967A1B) is unknown color: approx Hacienda. HEX triplet: 96, 7A and 1B. RGB value is (150,122,27). Sum of RGB (Red+Green+Blue) = 150+122+27=299 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.17% from 299); Green value is 122 (48.05% from 255 or 40.80% from 299); Blue value is 27 (10.94% from 255 or 9.03% from 299); Max value from RGB is 150 - color contains mainly: red. Hex color #967A1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967A1B is #6985E4. Grayscale: #777777. Windows color (decimal): -6915557 or 1800854. OLE color: 1800854.

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

Color convert

RGB15012227-
CMYK00.190.820.41
HSL46.34º69.49%34.71%-
HSV(B)46.34º82%58.82%-
XYZ19.7420.483.95-
YUV119.5475.78149.72-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50.17%
GREEN value IS 122 (48.05% from 255) = 40.80%
BLUE value IS 27 (10.94% from 255) = 9.03%
R=50.17%
G=40.80%
B=9.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.82
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501222700.190.820.4146.3469.4934.71
Hex967A1B01352292e4523
Octal22617233023122515610543
Binary1001011011110101101101001110100101010011011101000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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