#9D7E06

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

Shades of Hacienda #9D7E06

Tints of Hacienda #9D7E06

Color information

#9D7E06 (or 0x9D7E06) is unknown color: approx Hacienda. HEX triplet: 9D, 7E and 06. RGB value is (157,126,6). Sum of RGB (Red+Green+Blue) = 157+126+6=289 (38% of max value = 765). Red value is 157 (61.72% from 255 or 54.33% from 289); Green value is 126 (49.61% from 255 or 43.60% from 289); Blue value is 6 (2.73% from 255 or 2.08% from 289); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7E06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9D7E06 is #6281F9. Grayscale: #7A7A7A. Windows color (decimal): -6455802 or 425629. OLE color: 425629.

HSL color Cylindrical-coordinate representation of color #9D7E06: hue angle of 47.68º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9D7E06 is Cyan = 0, Magento = 0.20, Yellow = 0.96 and Black (K on CMYK) = 0.38.

Color convert

RGB1571266-
CMYK00.200.960.38
HSL47.68º92.64%31.96%-
HSV(B)47.68º96.18%61.57%-
XYZ21.422.13.31-
YUV121.5962.77153.26-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 54.33%
GREEN value IS 126 (49.61% from 255) = 43.60%
BLUE value IS 6 (2.73% from 255) = 2.08%
R=54.33%
G=43.60%
B=2.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.96
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157126600.200.960.3847.6892.6431.96
Hex9D7E60146026305d20
Octal2351766024140466013540
Binary10011101111111011001010011000001001101100001011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7E06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,126,6); }

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

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

 a { background-color: rgb(157,126,6); }

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

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

 span { border-color: rgb(157,126,6); }

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