#957611

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

Shades of Hacienda #957611

Tints of Hacienda #957611

Color information

#957611 (or 0x957611) is unknown color: approx Hacienda. HEX triplet: 95, 76 and 11. RGB value is (149,118,17). Sum of RGB (Red+Green+Blue) = 149+118+17=284 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.46% from 284); Green value is 118 (46.48% from 255 or 41.55% from 284); Blue value is 17 (7.03% from 255 or 5.99% from 284); Max value from RGB is 149 - color contains mainly: red. Hex color #957611 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957611 is #6A89EE. Grayscale: #747474. Windows color (decimal): -6982127 or 1144469. OLE color: 1144469.

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

Color convert

RGB14911817-
CMYK00.210.890.42
HSL45.91º79.52%32.55%-
HSV(B)45.91º88.59%58.43%-
XYZ18.9719.393.27-
YUV115.7572.27151.71-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 52.46%
GREEN value IS 118 (46.48% from 255) = 41.55%
BLUE value IS 17 (7.03% from 255) = 5.99%
R=52.46%
G=41.55%
B=5.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.89
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491181700.210.890.4245.9179.5232.55
Hex957611015592A2e5021
Octal22516621025131525612041
Binary1001010111101101000101010110110011010101011101010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957611; }

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

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

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

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

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

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

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

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