Html Css Color HEX #9F865C Muesli

📋 copy color: '#9F865C'

red 159 ◦ green 134 ◦ blue 92

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

Shades of Muesli #9F865C

Tints of Muesli #9F865C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 23.9%

R = 41.3%
G = 34.81%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.42

 K value IS 0.38

RGB Variations

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

Color information

#9F865C (or 0x9F865C) is known color: Muesli. HEX triplet: 9F, 86 and 5C. RGB value is (159,134,92). Sum of RGB (Red+Green+Blue) = 159+134+92=385 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.30% from 385); Green value is 134 (52.73% from 255 or 34.81% from 385); Blue value is 92 (36.33% from 255 or 23.90% from 385); Max value from RGB is 159 - color contains mainly: red. Hex color #9F865C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F865C is #6079A3. Grayscale: #888888. Windows color (decimal): -6322596 or 6063775. OLE color: 6063775.

HSL color Cylindrical-coordinate representation of color #9F865C: hue angle of 37.61º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9F865C is Cyan = 0, Magento = 0.16, Yellow = 0.42 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 134 92 -
CMYK 0 0.16 0.42 0.38
HSL 37.61º 0.27% 0.49% -
HSV(B) 37.61º 0.42% 0.62% -
XYZ 24.75 25.19 13.68 -
YUV 136.69 102.78 143.92 -
System Red Green Blue C M Y K H S L
Decimal 159 134 92 0 0.16 0.42 0.38 37.61 0.27 0.49
Hex 9F 86 5C 0 10 2A 26 26 1B 31
Octal 237 206 134 0 20 52 46 46 33 61
Binary 10011111 10000110 1011100 0 10000 101010 100110 100110 11011 110001

Color Harmonies of #9F865C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F865C

Black with #9F865C

Text Example


Text Example

White with #9F865C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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