Html Css Color HEX #958056 Muesli

📋 copy color: '#958056'

red 149 ◦ green 128 ◦ blue 86

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

Shades of Muesli #958056

Tints of Muesli #958056

RGB

 RED value IS 149 (58.59% from 255) = 41.05%

 GREEN value IS 128 (50.39% from 255) = 35.26%

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

R = 41.05%
G = 35.26%
B = 23.69%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.42

 K value IS 0.42

RGB Variations

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

Color information

#958056 (or 0x958056) is known color: Muesli. HEX triplet: 95, 80 and 56. RGB value is (149,128,86). Sum of RGB (Red+Green+Blue) = 149+128+86=363 (48% of max value = 765). Red value is 149 (58.59% from 255 or 41.05% from 363); Green value is 128 (50.39% from 255 or 35.26% from 363); Blue value is 86 (33.98% from 255 or 23.69% from 363); Max value from RGB is 149 - color contains mainly: red. Hex color #958056 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958056 is #6A7FA9. Grayscale: #818181. Windows color (decimal): -6979498 or 5669013. OLE color: 5669013.

HSL color Cylindrical-coordinate representation of color #958056: hue angle of 40º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #958056 is Cyan = 0, Magento = 0.14, Yellow = 0.42 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 128 86 -
CMYK 0 0.14 0.42 0.42
HSL 40º 0.27% 0.46% -
HSV(B) 40º 0.42% 0.58% -
XYZ 21.79 22.5 12 -
YUV 129.49 103.46 141.92 -
System Red Green Blue C M Y K H S L
Decimal 149 128 86 0 0.14 0.42 0.42 40 0.27 0.46
Hex 95 80 56 0 E 2A 2A 28 1B 2E
Octal 225 200 126 0 16 52 52 50 33 56
Binary 10010101 10000000 1010110 0 1110 101010 101010 101000 11011 101110

Color Harmonies of #958056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958056

Black with #958056

Text Example


Text Example

White with #958056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958056; }

 p { color: rgb(149,128,86); }

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

background-color css

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

 a { background-color: rgb(149,128,86); }

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

border-color css

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

 span { border-color: rgb(149,128,86); }

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