#958611

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

Shades of Hacienda #958611

Tints of Hacienda #958611

Color information

#958611 (or 0x958611) is unknown color: approx Hacienda. HEX triplet: 95, 86 and 11. RGB value is (149,134,17). Sum of RGB (Red+Green+Blue) = 149+134+17=300 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.67% from 300); Green value is 134 (52.73% from 255 or 44.67% from 300); Blue value is 17 (7.03% from 255 or 5.67% from 300); Max value from RGB is 149 - color contains mainly: red. Hex color #958611 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #958611 is #6A79EE. Grayscale: #7D7D7D. Windows color (decimal): -6978031 or 1148565. OLE color: 1148565.

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

Color convert

RGB14913417-
CMYK00.100.890.42
HSL53.18º79.52%32.55%-
HSV(B)53.18º88.59%58.43%-
XYZ21.0223.483.95-
YUV125.1566.97145.01-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 49.67%
GREEN value IS 134 (52.73% from 255) = 44.67%
BLUE value IS 17 (7.03% from 255) = 5.67%
R=49.67%
G=44.67%
B=5.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.89
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491341700.100.890.4253.1879.5232.55
Hex9586110A592A355021
Octal22520621012131526512041
Binary1001010110000110100010101010110011010101101011010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958611; }

 p { color: rgb(149,134,17); }

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

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

 a { background-color: rgb(149,134,17); }

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

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

 span { border-color: rgb(149,134,17); }

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