#968358

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

Shades of Muesli #968358

Tints of Muesli #968358

Color information

#968358 (or 0x968358) is unknown color: approx Muesli. HEX triplet: 96, 83 and 58. RGB value is (150,131,88). Sum of RGB (Red+Green+Blue) = 150+131+88=369 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.65% from 369); Green value is 131 (51.56% from 255 or 35.50% from 369); Blue value is 88 (34.77% from 255 or 23.85% from 369); Max value from RGB is 150 - color contains mainly: red. Hex color #968358 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968358 is #697CA7. Grayscale: #838383. Windows color (decimal): -6913192 or 5800854. OLE color: 5800854.

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

Color convert

RGB15013188-
CMYK00.130.410.41
HSL41.61º26.05%46.67%-
HSV(B)41.61º41.33%58.82%-
XYZ22.4623.4212.57-
YUV131.78103.29141-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.65%
GREEN value IS 131 (51.56% from 255) = 35.50%
BLUE value IS 88 (34.77% from 255) = 23.85%
R=40.65%
G=35.50%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.41
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501318800.130.410.4141.6126.0546.67
Hex9683580D29292a1a2f
Octal2262031300155151523257
Binary100101101000001110110000110110100110100110101011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968358; }

 p { color: rgb(150,131,88); }

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

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

 a { background-color: rgb(150,131,88); }

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

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

 span { border-color: rgb(150,131,88); }

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