#968047

Color #968047 Muesli (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Muesli #968047

Tints of Muesli #968047

Color information

#968047 (or 0x968047) is unknown color: approx Muesli. HEX triplet: 96, 80 and 47. RGB value is (150,128,71). Sum of RGB (Red+Green+Blue) = 150+128+71=349 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.98% from 349); Green value is 128 (50.39% from 255 or 36.68% from 349); Blue value is 71 (28.12% from 255 or 20.34% from 349); Max value from RGB is 150 - color contains mainly: red. Hex color #968047 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968047 is #697FB8. Grayscale: #808080. Windows color (decimal): -6913977 or 4685974. OLE color: 4685974.

HSL color Cylindrical-coordinate representation of color #968047: hue angle of 43.29º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #968047 is Cyan = 0, Magento = 0.15, Yellow = 0.53 and Black (K on CMYK) = 0.41.

Color convert

RGB15012871-
CMYK00.150.530.41
HSL43.29º35.75%43.33%-
HSV(B)43.29º52.67%58.82%-
XYZ21.4322.389.15-
YUV128.0895.79143.63-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.98%
GREEN value IS 128 (50.39% from 255) = 36.68%
BLUE value IS 71 (28.12% from 255) = 20.34%
R=42.98%
G=36.68%
B=20.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.53
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501287100.150.530.4143.2935.7543.33
Hex9680470F35292b242b
Octal2262001070176551534453
Binary1001011010000000100011101111110101101001101011100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968047; }

 p { color: rgb(150,128,71); }

 H1.HeaderClassName
 {
   color: #968047;
 }
 .AnyTagClassName
 {
   color: #968047;
 }
</style>
background-color css

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

 a { background-color: rgb(150,128,71); }

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

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

 span { border-color: rgb(150,128,71); }

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