#968248

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

Shades of Muesli #968248

Tints of Muesli #968248

Color information

#968248 (or 0x968248) is unknown color: approx Muesli. HEX triplet: 96, 82 and 48. RGB value is (150,130,72). Sum of RGB (Red+Green+Blue) = 150+130+72=352 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.61% from 352); Green value is 130 (51.17% from 255 or 36.93% from 352); Blue value is 72 (28.52% from 255 or 20.45% from 352); Max value from RGB is 150 - color contains mainly: red. Hex color #968248 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968248 is #697DB7. Grayscale: #818181. Windows color (decimal): -6913464 or 4752022. OLE color: 4752022.

HSL color Cylindrical-coordinate representation of color #968248: hue angle of 44.62º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #968248 is Cyan = 0, Magento = 0.13, Yellow = 0.52 and Black (K on CMYK) = 0.41.

Color convert

RGB15013072-
CMYK00.130.520.41
HSL44.62º35.14%43.53%-
HSV(B)44.62º52%58.82%-
XYZ21.7322.929.41-
YUV129.3795.63142.72-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.61%
GREEN value IS 130 (51.17% from 255) = 36.93%
BLUE value IS 72 (28.52% from 255) = 20.45%
R=42.61%
G=36.93%
B=20.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.52
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501307200.130.520.4144.6235.1443.53
Hex9682480D34292d232c
Octal2262021100156451554354
Binary1001011010000010100100001101110100101001101101100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968248; }

 p { color: rgb(150,130,72); }

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

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

 a { background-color: rgb(150,130,72); }

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

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

 span { border-color: rgb(150,130,72); }

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