#967848

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

Shades of Muesli #967848

Tints of Muesli #967848

Color information

#967848 (or 0x967848) is unknown color: approx Muesli. HEX triplet: 96, 78 and 48. RGB value is (150,120,72). Sum of RGB (Red+Green+Blue) = 150+120+72=342 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.86% from 342); Green value is 120 (47.27% from 255 or 35.09% from 342); Blue value is 72 (28.52% from 255 or 21.05% from 342); Max value from RGB is 150 - color contains mainly: red. Hex color #967848 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967848 is #6987B7. Grayscale: #7B7B7B. Windows color (decimal): -6916024 or 4749462. OLE color: 4749462.

HSL color Cylindrical-coordinate representation of color #967848: hue angle of 36.92º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #967848 is Cyan = 0, Magento = 0.20, Yellow = 0.52 and Black (K on CMYK) = 0.41.

Color convert

RGB15012072-
CMYK00.200.520.41
HSL36.92º35.14%43.53%-
HSV(B)36.92º52%58.82%-
XYZ20.4620.388.99-
YUV123.598.94146.9-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.86%
GREEN value IS 120 (47.27% from 255) = 35.09%
BLUE value IS 72 (28.52% from 255) = 21.05%
R=43.86%
G=35.09%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.52
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501207200.200.520.4136.9235.1443.53
Hex967848014342925232c
Octal2261701100246451454354
Binary1001011011110001001000010100110100101001100101100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967848; }

 p { color: rgb(150,120,72); }

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

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

 a { background-color: rgb(150,120,72); }

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

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

 span { border-color: rgb(150,120,72); }

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