#967B42

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

Shades of Muesli #967B42

Tints of Muesli #967B42

Color information

#967B42 (or 0x967B42) is unknown color: approx Muesli. HEX triplet: 96, 7B and 42. RGB value is (150,123,66). Sum of RGB (Red+Green+Blue) = 150+123+66=339 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.25% from 339); Green value is 123 (48.44% from 255 or 36.28% from 339); Blue value is 66 (26.17% from 255 or 19.47% from 339); Max value from RGB is 150 - color contains mainly: red. Hex color #967B42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967B42 is #6984BD. Grayscale: #7C7C7C. Windows color (decimal): -6915262 or 4357014. OLE color: 4357014.

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

Color convert

RGB15012366-
CMYK00.180.560.41
HSL40.71º38.89%42.35%-
HSV(B)40.71º56%58.82%-
XYZ20.6421.048.13-
YUV124.5794.95146.13-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.25%
GREEN value IS 123 (48.44% from 255) = 36.28%
BLUE value IS 66 (26.17% from 255) = 19.47%
R=44.25%
G=36.28%
B=19.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.56
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501236600.180.560.4140.7138.8942.35
Hex967B42012382929272a
Octal2261731020227051514752
Binary1001011011110111000010010010111000101001101001100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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