#967710

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

Shades of Hacienda #967710

Tints of Hacienda #967710

Color information

#967710 (or 0x967710) is unknown color: approx Hacienda. HEX triplet: 96, 77 and 10. RGB value is (150,119,16). Sum of RGB (Red+Green+Blue) = 150+119+16=285 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.63% from 285); Green value is 119 (46.88% from 255 or 41.75% from 285); Blue value is 16 (6.64% from 255 or 5.61% from 285); Max value from RGB is 150 - color contains mainly: red. Hex color #967710 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #967710 is #6988EF. Grayscale: #747474. Windows color (decimal): -6916336 or 1079190. OLE color: 1079190.

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

Color convert

RGB15011916-
CMYK00.210.890.41
HSL46.12º80.72%32.55%-
HSV(B)46.12º89.33%58.82%-
XYZ19.2719.723.28-
YUV116.5371.27151.88-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 52.63%
GREEN value IS 119 (46.88% from 255) = 41.75%
BLUE value IS 16 (6.64% from 255) = 5.61%
R=52.63%
G=41.75%
B=5.61%

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
Decimal1501191600.210.890.4146.1280.7232.55
Hex96771001559292e5121
Octal22616720025131515612141
Binary1001011011101111000001010110110011010011011101010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967710; }

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

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

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

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

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

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

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

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