#967B16

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

Shades of Hacienda #967B16

Tints of Hacienda #967B16

Color information

#967B16 (or 0x967B16) is unknown color: approx Hacienda. HEX triplet: 96, 7B and 16. RGB value is (150,123,22). Sum of RGB (Red+Green+Blue) = 150+123+22=295 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.85% from 295); Green value is 123 (48.44% from 255 or 41.69% from 295); Blue value is 22 (8.98% from 255 or 7.46% from 295); Max value from RGB is 150 - color contains mainly: red. Hex color #967B16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #967B16 is #6984E9. Grayscale: #777777. Windows color (decimal): -6915306 or 1473430. OLE color: 1473430.

HSL color Cylindrical-coordinate representation of color #967B16: hue angle of 47.34º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #967B16 is Cyan = 0, Magento = 0.18, Yellow = 0.85 and Black (K on CMYK) = 0.41.

Color convert

RGB15012322-
CMYK00.180.850.41
HSL47.34º74.42%33.73%-
HSV(B)47.34º85.33%58.82%-
XYZ19.8120.713.71-
YUV119.5672.95149.71-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50.85%
GREEN value IS 123 (48.44% from 255) = 41.69%
BLUE value IS 22 (8.98% from 255) = 7.46%
R=50.85%
G=41.69%
B=7.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.85
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501232200.180.850.4147.3474.4233.73
Hex967B1601255292f4a22
Octal22617326022125515711242
Binary1001011011110111011001001010101011010011011111001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,123,22); }

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

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

 a { background-color: rgb(150,123,22); }

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

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

 span { border-color: rgb(150,123,22); }

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