Html Css Color HEX #9E864F Muesli

📋 copy color: '#9E864F'

red 158 ◦ green 134 ◦ blue 79

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

Shades of Muesli #9E864F

Tints of Muesli #9E864F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 21.29%

R = 42.59%
G = 36.12%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.50

 K value IS 0.38

RGB Variations

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

Color information

#9E864F (or 0x9E864F) is known color: Muesli. HEX triplet: 9E, 86 and 4F. RGB value is (158,134,79). Sum of RGB (Red+Green+Blue) = 158+134+79=371 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.59% from 371); Green value is 134 (52.73% from 255 or 36.12% from 371); Blue value is 79 (31.25% from 255 or 21.29% from 371); Max value from RGB is 158 - color contains mainly: red. Hex color #9E864F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E864F is #6179B0. Grayscale: #878787. Windows color (decimal): -6388145 or 5211806. OLE color: 5211806.

HSL color Cylindrical-coordinate representation of color #9E864F: hue angle of 41.77º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9E864F is Cyan = 0, Magento = 0.15, Yellow = 0.50 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 134 79 -
CMYK 0 0.15 0.50 0.38
HSL 41.77º 0.33% 0.46% -
HSV(B) 41.77º 0.5% 0.62% -
XYZ 24.04 24.88 10.93 -
YUV 134.91 96.45 144.47 -
System Red Green Blue C M Y K H S L
Decimal 158 134 79 0 0.15 0.50 0.38 41.77 0.33 0.46
Hex 9E 86 4F 0 F 32 26 2A 21 2E
Octal 236 206 117 0 17 62 46 52 41 56
Binary 10011110 10000110 1001111 0 1111 110010 100110 101010 100001 101110

Color Harmonies of #9E864F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E864F

Black with #9E864F

Text Example


Text Example

White with #9E864F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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