#967F59

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

Shades of Muesli #967F59

Tints of Muesli #967F59

Color information

#967F59 (or 0x967F59) is unknown color: approx Muesli. HEX triplet: 96, 7F and 59. RGB value is (150,127,89). Sum of RGB (Red+Green+Blue) = 150+127+89=366 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.98% from 366); Green value is 127 (50% from 255 or 34.70% from 366); Blue value is 89 (35.16% from 255 or 24.32% from 366); Max value from RGB is 150 - color contains mainly: red. Hex color #967F59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967F59 is #6980A6. Grayscale: #818181. Windows color (decimal): -6914215 or 5865366. OLE color: 5865366.

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

Color convert

RGB15012789-
CMYK00.150.410.41
HSL37.38º25.52%46.86%-
HSV(B)37.38º40.67%58.82%-
XYZ21.9722.3812.61-
YUV129.55105.12142.59-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.98%
GREEN value IS 127 (50% from 255) = 34.70%
BLUE value IS 89 (35.16% from 255) = 24.32%
R=40.98%
G=34.70%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.41
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501278900.150.410.4137.3825.5246.86
Hex967F590F2929251a2f
Octal2261771310175151453257
Binary10010110111111110110010111110100110100110010111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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