#947611

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

Shades of Hacienda #947611

Tints of Hacienda #947611

Color information

#947611 (or 0x947611) is unknown color: approx Hacienda. HEX triplet: 94, 76 and 11. RGB value is (148,118,17). Sum of RGB (Red+Green+Blue) = 148+118+17=283 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.30% from 283); Green value is 118 (46.48% from 255 or 41.70% from 283); Blue value is 17 (7.03% from 255 or 6.01% from 283); Max value from RGB is 148 - color contains mainly: red. Hex color #947611 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #947611 is #6B89EE. Grayscale: #737373. Windows color (decimal): -7047663 or 1144468. OLE color: 1144468.

HSL color Cylindrical-coordinate representation of color #947611: hue angle of 46.26º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #947611 is Cyan = 0, Magento = 0.20, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB14811817-
CMYK00.200.890.42
HSL46.26º79.39%32.35%-
HSV(B)46.26º88.51%58.04%-
XYZ18.7919.293.26-
YUV115.4672.44151.21-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 52.30%
GREEN value IS 118 (46.48% from 255) = 41.70%
BLUE value IS 17 (7.03% from 255) = 6.01%
R=52.30%
G=41.70%
B=6.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.89
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481181700.200.890.4246.2679.3932.35
Hex947611014592A2e4f20
Octal22416621024131525611740
Binary1001010011101101000101010010110011010101011101001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947611; }

 p { color: rgb(148,118,17); }

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

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

 a { background-color: rgb(148,118,17); }

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

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

 span { border-color: rgb(148,118,17); }

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