#96840D

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

Shades of Hacienda #96840D

Tints of Hacienda #96840D

Color information

#96840D (or 0x96840D) is unknown color: approx Hacienda. HEX triplet: 96, 84 and 0D. RGB value is (150,132,13). Sum of RGB (Red+Green+Blue) = 150+132+13=295 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.85% from 295); Green value is 132 (51.95% from 255 or 44.75% from 295); Blue value is 13 (5.47% from 255 or 4.41% from 295); Max value from RGB is 150 - color contains mainly: red. Hex color #96840D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #96840D is #697BF2. Grayscale: #7C7C7C. Windows color (decimal): -6913011 or 885910. OLE color: 885910.

HSL color Cylindrical-coordinate representation of color #96840D: hue angle of 52.12º 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 #96840D is Cyan = 0, Magento = 0.12, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB15013213-
CMYK00.120.910.41
HSL52.12º84.05%31.96%-
HSV(B)52.12º91.33%58.82%-
XYZ20.923.023.72-
YUV123.8265.46146.68-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50.85%
GREEN value IS 132 (51.95% from 255) = 44.75%
BLUE value IS 13 (5.47% from 255) = 4.41%
R=50.85%
G=44.75%
B=4.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.91
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501321300.120.910.4152.1284.0531.96
Hex9684D0C5B29345420
Octal22620415014133516412440
Binary100101101000010011010110010110111010011101001010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96840D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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