Html Css Color HEX #9E8616 Hacienda

📋 copy color: '#9E8616'

red 158 ◦ green 134 ◦ blue 22

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

Shades of Hacienda #9E8616

Tints of Hacienda #9E8616

RGB

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

 GREEN value IS 134 (52.73% from 255) = 42.68%

 BLUE value IS 22 (8.98% from 255) = 7.01%

R = 50.32%
G = 42.68%
B = 7.01%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.86

 K value IS 0.38

RGB Variations

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

Color information

#9E8616 (or 0x9E8616) is known color: Hacienda. HEX triplet: 9E, 86 and 16. RGB value is (158,134,22). Sum of RGB (Red+Green+Blue) = 158+134+22=314 (41% of max value = 765). Red value is 158 (62.11% from 255 or 50.32% from 314); Green value is 134 (52.73% from 255 or 42.68% from 314); Blue value is 22 (8.98% from 255 or 7.01% from 314); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8616 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9E8616 is #6179E9. Grayscale: #808080. Windows color (decimal): -6388202 or 1476254. OLE color: 1476254.

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

Color convert

RGB 158 134 22 -
CMYK 0 0.15 0.86 0.38
HSL 49.41º 0.76% 0.35% -
HSV(B) 49.41º 0.86% 0.62% -
XYZ 22.77 24.38 4.26 -
YUV 128.41 67.95 149.11 -
System Red Green Blue C M Y K H S L
Decimal 158 134 22 0 0.15 0.86 0.38 49.41 0.76 0.35
Hex 9E 86 16 0 F 56 26 31 4C 23
Octal 236 206 26 0 17 126 46 61 114 43
Binary 10011110 10000110 10110 0 1111 1010110 100110 110001 1001100 100011

Color Harmonies of #9E8616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E8616

Black with #9E8616

Text Example


Text Example

White with #9E8616

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,134,22); }

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

background-color css

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

 a { background-color: rgb(158,134,22); }

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

border-color css

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

 span { border-color: rgb(158,134,22); }

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