Html Css Color HEX #9F8256 Muesli

📋 copy color: '#9F8256'

red 159 ◦ green 130 ◦ blue 86

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

Shades of Muesli #9F8256

Tints of Muesli #9F8256

RGB

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

 GREEN value IS 130 (51.17% from 255) = 34.67%

 BLUE value IS 86 (33.98% from 255) = 22.93%

R = 42.4%
G = 34.67%
B = 22.93%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.46

 K value IS 0.38

RGB Variations

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

Color information

#9F8256 (or 0x9F8256) is known color: Muesli. HEX triplet: 9F, 82 and 56. RGB value is (159,130,86). Sum of RGB (Red+Green+Blue) = 159+130+86=375 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.4% from 375); Green value is 130 (51.17% from 255 or 34.67% from 375); Blue value is 86 (33.98% from 255 or 22.93% from 375); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8256 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8256 is #607DA9. Grayscale: #858585. Windows color (decimal): -6323626 or 5669535. OLE color: 5669535.

HSL color Cylindrical-coordinate representation of color #9F8256: hue angle of 36.16º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9F8256 is Cyan = 0, Magento = 0.18, Yellow = 0.46 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 130 86 -
CMYK 0 0.18 0.46 0.38
HSL 36.16º 0.3% 0.48% -
HSV(B) 36.16º 0.46% 0.62% -
XYZ 23.96 24.01 12.18 -
YUV 133.66 101.11 146.08 -
System Red Green Blue C M Y K H S L
Decimal 159 130 86 0 0.18 0.46 0.38 36.16 0.3 0.48
Hex 9F 82 56 0 12 2E 26 24 1E 30
Octal 237 202 126 0 22 56 46 44 36 60
Binary 10011111 10000010 1010110 0 10010 101110 100110 100100 11110 110000

Color Harmonies of #9F8256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8256

Black with #9F8256

Text Example


Text Example

White with #9F8256

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,130,86); }

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

background-color css

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

 a { background-color: rgb(159,130,86); }

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

border-color css

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

 span { border-color: rgb(159,130,86); }

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