#967716

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

Shades of Hacienda #967716

Tints of Hacienda #967716

Color information

#967716 (or 0x967716) is unknown color: approx Hacienda. HEX triplet: 96, 77 and 16. RGB value is (150,119,22). Sum of RGB (Red+Green+Blue) = 150+119+22=291 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.55% from 291); Green value is 119 (46.88% from 255 or 40.89% from 291); Blue value is 22 (8.98% from 255 or 7.56% from 291); Max value from RGB is 150 - color contains mainly: red. Hex color #967716 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #967716 is #6988E9. Grayscale: #757575. Windows color (decimal): -6916330 or 1472406. OLE color: 1472406.

HSL color Cylindrical-coordinate representation of color #967716: hue angle of 45.47º 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 #967716 is Cyan = 0, Magento = 0.21, Yellow = 0.85 and Black (K on CMYK) = 0.41.

Color convert

RGB15011922-
CMYK00.210.850.41
HSL45.47º74.42%33.73%-
HSV(B)45.47º85.33%58.82%-
XYZ19.3219.743.55-
YUV117.2174.27151.39-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 51.55%
GREEN value IS 119 (46.88% from 255) = 40.89%
BLUE value IS 22 (8.98% from 255) = 7.56%
R=51.55%
G=40.89%
B=7.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.85
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501192200.210.850.4145.4774.4233.73
Hex96771601555292d4a22
Octal22616726025125515511242
Binary1001011011101111011001010110101011010011011011001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967716; }

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

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

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

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

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

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

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

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