#967D42

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

Shades of Muesli #967D42

Tints of Muesli #967D42

Color information

#967D42 (or 0x967D42) is unknown color: approx Muesli. HEX triplet: 96, 7D and 42. RGB value is (150,125,66). Sum of RGB (Red+Green+Blue) = 150+125+66=341 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.99% from 341); Green value is 125 (49.22% from 255 or 36.66% from 341); Blue value is 66 (26.17% from 255 or 19.35% from 341); Max value from RGB is 150 - color contains mainly: red. Hex color #967D42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967D42 is #6982BD. Grayscale: #7E7E7E. Windows color (decimal): -6914750 or 4357526. OLE color: 4357526.

HSL color Cylindrical-coordinate representation of color #967D42: hue angle of 42.14º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #967D42 is Cyan = 0, Magento = 0.17, Yellow = 0.56 and Black (K on CMYK) = 0.41.

Color convert

RGB15012566-
CMYK00.170.560.41
HSL42.14º38.89%42.35%-
HSV(B)42.14º56%58.82%-
XYZ20.8921.548.21-
YUV125.7594.28145.3-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.99%
GREEN value IS 125 (49.22% from 255) = 36.66%
BLUE value IS 66 (26.17% from 255) = 19.35%
R=43.99%
G=36.66%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.56
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501256600.170.560.4142.1438.8942.35
Hex967D4201138292a272a
Octal2261751020217051524752
Binary1001011011111011000010010001111000101001101010100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,125,66); }

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

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

 a { background-color: rgb(150,125,66); }

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

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

 span { border-color: rgb(150,125,66); }

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