#9D8612

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

Shades of Hacienda #9D8612

Tints of Hacienda #9D8612

Color information

#9D8612 (or 0x9D8612) is unknown color: approx Hacienda. HEX triplet: 9D, 86 and 12. RGB value is (157,134,18). Sum of RGB (Red+Green+Blue) = 157+134+18=309 (40% of max value = 765). Red value is 157 (61.72% from 255 or 50.81% from 309); Green value is 134 (52.73% from 255 or 43.37% from 309); Blue value is 18 (7.42% from 255 or 5.83% from 309); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8612 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9D8612 is #6279ED. Grayscale: #808080. Windows color (decimal): -6453742 or 1214109. OLE color: 1214109.

HSL color Cylindrical-coordinate representation of color #9D8612: hue angle of 50.07º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9D8612 is Cyan = 0, Magento = 0.15, Yellow = 0.89 and Black (K on CMYK) = 0.38.

Color convert

RGB15713418-
CMYK00.150.890.38
HSL50.07º79.43%34.31%-
HSV(B)50.07º88.54%61.57%-
XYZ22.5424.264.07-
YUV127.6566.12148.93-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 50.81%
GREEN value IS 134 (52.73% from 255) = 43.37%
BLUE value IS 18 (7.42% from 255) = 5.83%
R=50.81%
G=43.37%
B=5.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.89
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571341800.150.890.3850.0779.4334.31
Hex9D86120F5926324f22
Octal23520622017131466211742
Binary1001110110000110100100111110110011001101100101001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D8612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D8612; }

 p { color: rgb(157,134,18); }

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

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

 a { background-color: rgb(157,134,18); }

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

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

 span { border-color: rgb(157,134,18); }

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