#96770D

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

Shades of Hacienda #96770D

Tints of Hacienda #96770D

Color information

#96770D (or 0x96770D) is unknown color: approx Hacienda. HEX triplet: 96, 77 and 0D. RGB value is (150,119,13). Sum of RGB (Red+Green+Blue) = 150+119+13=282 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.19% from 282); Green value is 119 (46.88% from 255 or 42.20% from 282); Blue value is 13 (5.47% from 255 or 4.61% from 282); Max value from RGB is 150 - color contains mainly: red. Hex color #96770D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #96770D is #6988F2. Grayscale: #747474. Windows color (decimal): -6916339 or 882582. OLE color: 882582.

HSL color Cylindrical-coordinate representation of color #96770D: hue angle of 46.42º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #96770D is Cyan = 0, Magento = 0.21, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB15011913-
CMYK00.210.910.41
HSL46.42º84.05%31.96%-
HSV(B)46.42º91.33%58.82%-
XYZ19.2519.713.17-
YUV116.1869.77152.12-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 53.19%
GREEN value IS 119 (46.88% from 255) = 42.20%
BLUE value IS 13 (5.47% from 255) = 4.61%
R=53.19%
G=42.20%
B=4.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.91
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501191300.210.910.4146.4284.0531.96
Hex9677D0155B292e5420
Octal22616715025133515612440
Binary100101101110111110101010110110111010011011101010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96770D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96770D; }

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

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

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

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

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

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

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

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