#967913

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

Shades of Hacienda #967913

Tints of Hacienda #967913

Color information

#967913 (or 0x967913) is unknown color: approx Hacienda. HEX triplet: 96, 79 and 13. RGB value is (150,121,19). Sum of RGB (Red+Green+Blue) = 150+121+19=290 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.72% from 290); Green value is 121 (47.66% from 255 or 41.72% from 290); Blue value is 19 (7.81% from 255 or 6.55% from 290); Max value from RGB is 150 - color contains mainly: red. Hex color #967913 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #967913 is #6986EC. Grayscale: #767676. Windows color (decimal): -6915821 or 1276310. OLE color: 1276310.

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

Color convert

RGB15012119-
CMYK00.190.870.41
HSL46.72º77.51%33.14%-
HSV(B)46.72º87.33%58.82%-
XYZ19.5320.213.49-
YUV118.0472.11150.79-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 51.72%
GREEN value IS 121 (47.66% from 255) = 41.72%
BLUE value IS 19 (7.81% from 255) = 6.55%
R=51.72%
G=41.72%
B=6.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.87
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501211900.190.870.4146.7277.5133.14
Hex96791301357292f4e21
Octal22617123023127515711641
Binary1001011011110011001101001110101111010011011111001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967913; }

 p { color: rgb(150,121,19); }

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

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

 a { background-color: rgb(150,121,19); }

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

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

 span { border-color: rgb(150,121,19); }

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