#9A8206

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

Shades of Hacienda #9A8206

Tints of Hacienda #9A8206

Color information

#9A8206 (or 0x9A8206) is unknown color: approx Hacienda. HEX triplet: 9A, 82 and 06. RGB value is (154,130,6). Sum of RGB (Red+Green+Blue) = 154+130+6=290 (38% of max value = 765). Red value is 154 (60.55% from 255 or 53.10% from 290); Green value is 130 (51.17% from 255 or 44.83% from 290); Blue value is 6 (2.73% from 255 or 2.07% from 290); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8206 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9A8206 is #657DF9. Grayscale: #7B7B7B. Windows color (decimal): -6651386 or 426650. OLE color: 426650.

HSL color Cylindrical-coordinate representation of color #9A8206: hue angle of 50.27º degrees, saturation: 0.93, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9A8206 is Cyan = 0, Magento = 0.16, Yellow = 0.96 and Black (K on CMYK) = 0.40.

Color convert

RGB1541306-
CMYK00.160.960.40
HSL50.27º92.5%31.37%-
HSV(B)50.27º96.1%60.39%-
XYZ21.3422.853.46-
YUV123.0461.95150.08-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 53.10%
GREEN value IS 130 (51.17% from 255) = 44.83%
BLUE value IS 6 (2.73% from 255) = 2.07%
R=53.10%
G=44.83%
B=2.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.96
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154130600.160.960.4050.2792.531.37
Hex9A8260106028325c1f
Octal2322026020140506213437
Binary10011010100000101100100001100000101000110010101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A8206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,130,6); }

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

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

 a { background-color: rgb(154,130,6); }

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

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

 span { border-color: rgb(154,130,6); }

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