Html Css Color HEX #9F8650 Muesli

📋 copy color: '#9F8650'

red 159 ◦ green 134 ◦ blue 80

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

Shades of Muesli #9F8650

Tints of Muesli #9F8650

RGB

 RED value IS 159 (62.5% from 255) = 42.63%

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

 BLUE value IS 80 (31.64% from 255) = 21.45%

R = 42.63%
G = 35.92%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.50

 K value IS 0.38

RGB Variations

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

Color information

#9F8650 (or 0x9F8650) is known color: Muesli. HEX triplet: 9F, 86 and 50. RGB value is (159,134,80). Sum of RGB (Red+Green+Blue) = 159+134+80=373 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.63% from 373); Green value is 134 (52.73% from 255 or 35.92% from 373); Blue value is 80 (31.64% from 255 or 21.45% from 373); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8650 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8650 is #6079AF. Grayscale: #878787. Windows color (decimal): -6322608 or 5277343. OLE color: 5277343.

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

Color convert

RGB 159 134 80 -
CMYK 0 0.16 0.50 0.38
HSL 41.01º 0.33% 0.47% -
HSV(B) 41.01º 0.5% 0.62% -
XYZ 24.27 25 11.14 -
YUV 135.32 96.78 144.89 -
System Red Green Blue C M Y K H S L
Decimal 159 134 80 0 0.16 0.50 0.38 41.01 0.33 0.47
Hex 9F 86 50 0 10 32 26 29 21 2F
Octal 237 206 120 0 20 62 46 51 41 57
Binary 10011111 10000110 1010000 0 10000 110010 100110 101001 100001 101111

Color Harmonies of #9F8650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8650

Black with #9F8650

Text Example


Text Example

White with #9F8650

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,134,80); }

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

background-color css

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

 a { background-color: rgb(159,134,80); }

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

border-color css

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

 span { border-color: rgb(159,134,80); }

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