#967B4E

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

Shades of Muesli #967B4E

Tints of Muesli #967B4E

Color information

#967B4E (or 0x967B4E) is unknown color: approx Muesli. HEX triplet: 96, 7B and 4E. RGB value is (150,123,78). Sum of RGB (Red+Green+Blue) = 150+123+78=351 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.74% from 351); Green value is 123 (48.44% from 255 or 35.04% from 351); Blue value is 78 (30.86% from 255 or 22.22% from 351); Max value from RGB is 150 - color contains mainly: red. Hex color #967B4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967B4E is #6984B1. Grayscale: #7E7E7E. Windows color (decimal): -6915250 or 5143446. OLE color: 5143446.

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

Color convert

RGB15012378-
CMYK00.180.480.41
HSL37.5º31.58%44.71%-
HSV(B)37.5º48%58.82%-
XYZ21.0421.210.19-
YUV125.94100.95145.16-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.74%
GREEN value IS 123 (48.44% from 255) = 35.04%
BLUE value IS 78 (30.86% from 255) = 22.22%
R=42.74%
G=35.04%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.48
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501237800.180.480.4137.531.5844.71
Hex967B4E012302925202d
Octal2261731160226051454055
Binary1001011011110111001110010010110000101001100101100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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