#968051

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

Shades of Muesli #968051

Tints of Muesli #968051

Color information

#968051 (or 0x968051) is unknown color: approx Muesli. HEX triplet: 96, 80 and 51. RGB value is (150,128,81). Sum of RGB (Red+Green+Blue) = 150+128+81=359 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.78% from 359); Green value is 128 (50.39% from 255 or 35.65% from 359); Blue value is 81 (32.03% from 255 or 22.56% from 359); Max value from RGB is 150 - color contains mainly: red. Hex color #968051 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968051 is #697FAE. Grayscale: #818181. Windows color (decimal): -6913967 or 5341334. OLE color: 5341334.

HSL color Cylindrical-coordinate representation of color #968051: hue angle of 40.87º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #968051 is Cyan = 0, Magento = 0.15, Yellow = 0.46 and Black (K on CMYK) = 0.41.

Color convert

RGB15012881-
CMYK00.150.460.41
HSL40.87º29.87%45.29%-
HSV(B)40.87º46%58.82%-
XYZ21.7822.5210.98-
YUV129.22100.79142.82-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.78%
GREEN value IS 128 (50.39% from 255) = 35.65%
BLUE value IS 81 (32.03% from 255) = 22.56%
R=41.78%
G=35.65%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.46
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501288100.150.460.4140.8729.8745.29
Hex9680510F2E29291e2d
Octal2262001210175651513655
Binary100101101000000010100010111110111010100110100111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968051; }

 p { color: rgb(150,128,81); }

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

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

 a { background-color: rgb(150,128,81); }

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

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

 span { border-color: rgb(150,128,81); }

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