#967712

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

Shades of Hacienda #967712

Tints of Hacienda #967712

Color information

#967712 (or 0x967712) is unknown color: approx Hacienda. HEX triplet: 96, 77 and 12. RGB value is (150,119,18). Sum of RGB (Red+Green+Blue) = 150+119+18=287 (38% of max value = 765). Red value is 150 (58.98% from 255 or 52.26% from 287); Green value is 119 (46.88% from 255 or 41.46% from 287); Blue value is 18 (7.42% from 255 or 6.27% from 287); Max value from RGB is 150 - color contains mainly: red. Hex color #967712 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #967712 is #6988ED. Grayscale: #757575. Windows color (decimal): -6916334 or 1210262. OLE color: 1210262.

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

Color convert

RGB15011918-
CMYK00.210.880.41
HSL45.91º78.57%32.94%-
HSV(B)45.91º88%58.82%-
XYZ19.2819.723.36-
YUV116.7672.27151.71-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 52.26%
GREEN value IS 119 (46.88% from 255) = 41.46%
BLUE value IS 18 (7.42% from 255) = 6.27%
R=52.26%
G=41.46%
B=6.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.88
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501191800.210.880.4145.9178.5732.94
Hex96771201558292e4f21
Octal22616722025130515611741
Binary1001011011101111001001010110110001010011011101001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967712; }

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

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

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

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

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

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

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

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