#967F52

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

Shades of Muesli #967F52

Tints of Muesli #967F52

Color information

#967F52 (or 0x967F52) is unknown color: approx Muesli. HEX triplet: 96, 7F and 52. RGB value is (150,127,82). Sum of RGB (Red+Green+Blue) = 150+127+82=359 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.78% from 359); Green value is 127 (50% from 255 or 35.38% from 359); Blue value is 82 (32.42% from 255 or 22.84% from 359); Max value from RGB is 150 - color contains mainly: red. Hex color #967F52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967F52 is #6980AD. Grayscale: #808080. Windows color (decimal): -6914222 or 5406614. OLE color: 5406614.

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

Color convert

RGB15012782-
CMYK00.150.450.41
HSL39.71º29.31%45.49%-
HSV(B)39.71º45.33%58.82%-
XYZ21.6922.2711.14-
YUV128.75101.62143.16-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.78%
GREEN value IS 127 (50% from 255) = 35.38%
BLUE value IS 82 (32.42% from 255) = 22.84%
R=41.78%
G=35.38%
B=22.84%

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
Decimal1501278200.150.450.4139.7129.3145.49
Hex967F520F2D29281d2d
Octal2261771220175551503555
Binary10010110111111110100100111110110110100110100011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967F52; }

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

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

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

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

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

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

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

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