Html Css Color HEX #9E7F16 Hacienda

📋 copy color: '#9E7F16'

red 158 ◦ green 127 ◦ blue 22

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

Shades of Hacienda #9E7F16

Tints of Hacienda #9E7F16

RGB

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

 GREEN value IS 127 (50% from 255) = 41.37%

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

R = 51.47%
G = 41.37%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.86

 K value IS 0.38

RGB Variations

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

Color information

#9E7F16 (or 0x9E7F16) is known color: Hacienda. HEX triplet: 9E, 7F and 16. RGB value is (158,127,22). Sum of RGB (Red+Green+Blue) = 158+127+22=307 (40% of max value = 765). Red value is 158 (62.11% from 255 or 51.47% from 307); Green value is 127 (50% from 255 or 41.37% from 307); Blue value is 22 (8.98% from 255 or 7.17% from 307); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7F16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E7F16 is #6180E9. Grayscale: #7C7C7C. Windows color (decimal): -6389994 or 1474462. OLE color: 1474462.

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

Color convert

RGB 158 127 22 -
CMYK 0 0.20 0.86 0.38
HSL 46.32º 0.76% 0.35% -
HSV(B) 46.32º 0.86% 0.62% -
XYZ 21.83 22.51 3.95 -
YUV 124.3 70.27 152.04 -
System Red Green Blue C M Y K H S L
Decimal 158 127 22 0 0.20 0.86 0.38 46.32 0.76 0.35
Hex 9E 7F 16 0 14 56 26 2E 4C 23
Octal 236 177 26 0 24 126 46 56 114 43
Binary 10011110 1111111 10110 0 10100 1010110 100110 101110 1001100 100011

Color Harmonies of #9E7F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E7F16

Black with #9E7F16

Text Example


Text Example

White with #9E7F16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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