#968158

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

Shades of Muesli #968158

Tints of Muesli #968158

Color information

#968158 (or 0x968158) is unknown color: approx Muesli. HEX triplet: 96, 81 and 58. RGB value is (150,129,88). Sum of RGB (Red+Green+Blue) = 150+129+88=367 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.87% from 367); Green value is 129 (50.78% from 255 or 35.15% from 367); Blue value is 88 (34.77% from 255 or 23.98% from 367); Max value from RGB is 150 - color contains mainly: red. Hex color #968158 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968158 is #697EA7. Grayscale: #828282. Windows color (decimal): -6913704 or 5800342. OLE color: 5800342.

HSL color Cylindrical-coordinate representation of color #968158: hue angle of 39.68º 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 #968158 is Cyan = 0, Magento = 0.14, Yellow = 0.41 and Black (K on CMYK) = 0.41.

Color convert

RGB15012988-
CMYK00.140.410.41
HSL39.68º26.05%46.67%-
HSV(B)39.68º41.33%58.82%-
XYZ22.1922.8912.48-
YUV130.61103.96141.83-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.87%
GREEN value IS 129 (50.78% from 255) = 35.15%
BLUE value IS 88 (34.77% from 255) = 23.98%
R=40.87%
G=35.15%
B=23.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.41
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501298800.140.410.4139.6826.0546.67
Hex9681580E2929281a2f
Octal2262011300165151503257
Binary100101101000000110110000111010100110100110100011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968158; }

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

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

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

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

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

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

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

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