#967711

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

Shades of Hacienda #967711

Tints of Hacienda #967711

Color information

#967711 (or 0x967711) is unknown color: approx Hacienda. HEX triplet: 96, 77 and 11. RGB value is (150,119,17). Sum of RGB (Red+Green+Blue) = 150+119+17=286 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.45% from 286); Green value is 119 (46.88% from 255 or 41.61% from 286); Blue value is 17 (7.03% from 255 or 5.94% from 286); Max value from RGB is 150 - color contains mainly: red. Hex color #967711 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #967711 is #6988EE. Grayscale: #757575. Windows color (decimal): -6916335 or 1144726. OLE color: 1144726.

HSL color Cylindrical-coordinate representation of color #967711: hue angle of 46.02º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #967711 is Cyan = 0, Magento = 0.21, Yellow = 0.89 and Black (K on CMYK) = 0.41.

Color convert

RGB15011917-
CMYK00.210.890.41
HSL46.02º79.64%32.75%-
HSV(B)46.02º88.67%58.82%-
XYZ19.2819.723.32-
YUV116.6471.77151.79-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 52.45%
GREEN value IS 119 (46.88% from 255) = 41.61%
BLUE value IS 17 (7.03% from 255) = 5.94%
R=52.45%
G=41.61%
B=5.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.89
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501191700.210.890.4146.0279.6432.75
Hex96771101559292e5021
Octal22616721025131515612041
Binary1001011011101111000101010110110011010011011101010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967711; }

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

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

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

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

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

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

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

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