Html Css Color HEX #9E7614 Hacienda

📋 copy color: '#9E7614'

red 158 ◦ green 118 ◦ blue 20

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

Shades of Hacienda #9E7614

Tints of Hacienda #9E7614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.76%

R = 53.38%
G = 39.86%
B = 6.76%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.87

 K value IS 0.38

RGB Variations

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

Color information

#9E7614 (or 0x9E7614) is known color: Hacienda. HEX triplet: 9E, 76 and 14. RGB value is (158,118,20). Sum of RGB (Red+Green+Blue) = 158+118+20=296 (39% of max value = 765). Red value is 158 (62.11% from 255 or 53.38% from 296); Green value is 118 (46.48% from 255 or 39.86% from 296); Blue value is 20 (8.20% from 255 or 6.76% from 296); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7614 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E7614 is #6189EB. Grayscale: #777777. Windows color (decimal): -6392300 or 1341086. OLE color: 1341086.

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

Color convert

RGB 158 118 20 -
CMYK 0 0.25 0.87 0.38
HSL 42.61º 0.78% 0.35% -
HSV(B) 42.61º 0.87% 0.62% -
XYZ 20.71 20.28 3.48 -
YUV 118.79 72.25 155.97 -
System Red Green Blue C M Y K H S L
Decimal 158 118 20 0 0.25 0.87 0.38 42.61 0.78 0.35
Hex 9E 76 14 0 19 57 26 2B 4E 23
Octal 236 166 24 0 31 127 46 53 116 43
Binary 10011110 1110110 10100 0 11001 1010111 100110 101011 1001110 100011

Color Harmonies of #9E7614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E7614

Black with #9E7614

Text Example


Text Example

White with #9E7614

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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