#968052

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

Shades of Muesli #968052

Tints of Muesli #968052

Color information

#968052 (or 0x968052) is unknown color: approx Muesli. HEX triplet: 96, 80 and 52. RGB value is (150,128,82). Sum of RGB (Red+Green+Blue) = 150+128+82=360 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.67% from 360); Green value is 128 (50.39% from 255 or 35.56% from 360); Blue value is 82 (32.42% from 255 or 22.78% from 360); Max value from RGB is 150 - color contains mainly: red. Hex color #968052 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968052 is #697FAD. Grayscale: #818181. Windows color (decimal): -6913966 or 5406870. OLE color: 5406870.

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

Color convert

RGB15012882-
CMYK00.150.450.41
HSL40.59º29.31%45.49%-
HSV(B)40.59º45.33%58.82%-
XYZ21.8222.5311.18-
YUV129.33101.29142.74-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.67%
GREEN value IS 128 (50.39% from 255) = 35.56%
BLUE value IS 82 (32.42% from 255) = 22.78%
R=41.67%
G=35.56%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.45
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501288200.150.450.4140.5929.3145.49
Hex9680520F2D29291d2d
Octal2262001220175551513555
Binary100101101000000010100100111110110110100110100111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968052; }

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

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

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

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

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

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

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

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