Html Css Color HEX #9E7613 Hacienda

📋 copy color: '#9E7613'

red 158 ◦ green 118 ◦ blue 19

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

Shades of Hacienda #9E7613

Tints of Hacienda #9E7613

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.44%

R = 53.56%
G = 40%
B = 6.44%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.88

 K value IS 0.38

RGB Variations

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

Color information

#9E7613 (or 0x9E7613) is known color: Hacienda. HEX triplet: 9E, 76 and 13. RGB value is (158,118,19). Sum of RGB (Red+Green+Blue) = 158+118+19=295 (39% of max value = 765). Red value is 158 (62.11% from 255 or 53.56% from 295); Green value is 118 (46.48% from 255 or 40% from 295); Blue value is 19 (7.81% from 255 or 6.44% from 295); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7613 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E7613 is #6189EC. Grayscale: #777777. Windows color (decimal): -6392301 or 1275550. OLE color: 1275550.

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

Color convert

RGB 158 118 19 -
CMYK 0 0.25 0.88 0.38
HSL 42.73º 0.79% 0.35% -
HSV(B) 42.73º 0.88% 0.62% -
XYZ 20.7 20.27 3.44 -
YUV 118.67 71.75 156.05 -
System Red Green Blue C M Y K H S L
Decimal 158 118 19 0 0.25 0.88 0.38 42.73 0.79 0.35
Hex 9E 76 13 0 19 58 26 2B 4F 23
Octal 236 166 23 0 31 130 46 53 117 43
Binary 10011110 1110110 10011 0 11001 1011000 100110 101011 1001111 100011

Color Harmonies of #9E7613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E7613

Black with #9E7613

Text Example


Text Example

White with #9E7613

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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