#9E8622

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

Shades of Hacienda #9E8622

Tints of Hacienda #9E8622

Color information

#9E8622 (or 0x9E8622) is unknown color: approx Hacienda. HEX triplet: 9E, 86 and 22. RGB value is (158,134,34). Sum of RGB (Red+Green+Blue) = 158+134+34=326 (43% of max value = 765). Red value is 158 (62.11% from 255 or 48.47% from 326); Green value is 134 (52.73% from 255 or 41.10% from 326); Blue value is 34 (13.67% from 255 or 10.43% from 326); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8622 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9E8622 is #6179DD. Grayscale: #828282. Windows color (decimal): -6388190 or 2262686. OLE color: 2262686.

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

Color convert

RGB15813434-
CMYK00.150.780.38
HSL48.39º64.58%37.65%-
HSV(B)48.39º78.48%61.96%-
XYZ22.9124.435.02-
YUV129.7873.95148.13-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 48.47%
GREEN value IS 134 (52.73% from 255) = 41.10%
BLUE value IS 34 (13.67% from 255) = 10.43%
R=48.47%
G=41.10%
B=10.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.78
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581343400.150.780.3848.3964.5837.65
Hex9E86220F4E26304126
Octal23620642017116466010146
Binary10011110100001101000100111110011101001101100001000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,134,34); }

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

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

 a { background-color: rgb(158,134,34); }

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

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

 span { border-color: rgb(158,134,34); }

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