Html Css Color HEX #9E7D06 Hacienda

📋 copy color: '#9E7D06'

red 158 ◦ green 125 ◦ blue 6

#9E7D06
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hacienda #9E7D06

Tints of Hacienda #9E7D06

RGB

 RED value IS 158 (62.11% from 255) = 54.67%

 GREEN value IS 125 (49.22% from 255) = 43.25%

 BLUE value IS 6 (2.73% from 255) = 2.08%

R = 54.67%
G = 43.25%
B = 2.08%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.96

 K value IS 0.38

RGB Variations

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

Color information

#9E7D06 (or 0x9E7D06) is known color: Hacienda. HEX triplet: 9E, 7D and 06. RGB value is (158,125,6). Sum of RGB (Red+Green+Blue) = 158+125+6=289 (38% of max value = 765). Red value is 158 (62.11% from 255 or 54.67% from 289); Green value is 125 (49.22% from 255 or 43.25% from 289); Blue value is 6 (2.73% from 255 or 2.08% from 289); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7D06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E7D06 is #6182F9. Grayscale: #797979. Windows color (decimal): -6390522 or 425374. OLE color: 425374.

HSL color Cylindrical-coordinate representation of color #9E7D06: hue angle of 46.97º 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 #9E7D06 is Cyan = 0, Magento = 0.21, Yellow = 0.96 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 125 6 -
CMYK 0 0.21 0.96 0.38
HSL 46.97º 0.93% 0.32% -
HSV(B) 46.97º 0.96% 0.62% -
XYZ 21.47 21.95 3.28 -
YUV 121.3 62.93 154.18 -
System Red Green Blue C M Y K H S L
Decimal 158 125 6 0 0.21 0.96 0.38 46.97 0.93 0.32
Hex 9E 7D 6 0 15 60 26 2F 5D 20
Octal 236 175 6 0 25 140 46 57 135 40
Binary 10011110 1111101 110 0 10101 1100000 100110 101111 1011101 100000

Color Harmonies of #9E7D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E7D06

Black with #9E7D06

Text Example


Text Example

White with #9E7D06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,125,6); }

 H1.HeaderClassName
 {
   color: #9E7D06;
 }
 .AnyTagClassName
 {
   color: #9E7D06;
 }
</style>

background-color css

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

 a { background-color: rgb(158,125,6); }

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

border-color css

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

 span { border-color: rgb(158,125,6); }

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