Html Css Color HEX #9E7612 Hacienda

📋 copy color: '#9E7612'

red 158 ◦ green 118 ◦ blue 18

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

Shades of Hacienda #9E7612

Tints of Hacienda #9E7612

RGB

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

 GREEN value IS 118 (46.48% from 255) = 40.14%

 BLUE value IS 18 (7.42% from 255) = 6.12%

R = 53.74%
G = 40.14%
B = 6.12%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.89

 K value IS 0.38

RGB Variations

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

Color information

#9E7612 (or 0x9E7612) is known color: Hacienda. HEX triplet: 9E, 76 and 12. RGB value is (158,118,18). Sum of RGB (Red+Green+Blue) = 158+118+18=294 (38% of max value = 765). Red value is 158 (62.11% from 255 or 53.74% from 294); Green value is 118 (46.48% from 255 or 40.14% from 294); Blue value is 18 (7.42% from 255 or 6.12% from 294); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7612 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E7612 is #6189ED. Grayscale: #767676. Windows color (decimal): -6392302 or 1210014. OLE color: 1210014.

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

Color convert

RGB 158 118 18 -
CMYK 0 0.25 0.89 0.38
HSL 42.86º 0.8% 0.35% -
HSV(B) 42.86º 0.89% 0.62% -
XYZ 20.69 20.27 3.39 -
YUV 118.56 71.25 156.13 -
System Red Green Blue C M Y K H S L
Decimal 158 118 18 0 0.25 0.89 0.38 42.86 0.8 0.35
Hex 9E 76 12 0 19 59 26 2B 50 23
Octal 236 166 22 0 31 131 46 53 120 43
Binary 10011110 1110110 10010 0 11001 1011001 100110 101011 1010000 100011

Color Harmonies of #9E7612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E7612

Black with #9E7612

Text Example


Text Example

White with #9E7612

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,118,18); }

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

background-color css

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

 a { background-color: rgb(158,118,18); }

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

border-color css

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

 span { border-color: rgb(158,118,18); }

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