Html Css Color HEX #967849 Muesli

📋 copy color: '#967849'

red 150 ◦ green 120 ◦ blue 73

#967849
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Muesli #967849

Tints of Muesli #967849

RGB

 RED value IS 150 (58.98% from 255) = 43.73%

 GREEN value IS 120 (47.27% from 255) = 34.99%

 BLUE value IS 73 (28.91% from 255) = 21.28%

R = 43.73%
G = 34.99%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.51

 K value IS 0.41

RGB Variations

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

Color information

#967849 (or 0x967849) is known color: Muesli. HEX triplet: 96, 78 and 49. RGB value is (150,120,73). Sum of RGB (Red+Green+Blue) = 150+120+73=343 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.73% from 343); Green value is 120 (47.27% from 255 or 34.99% from 343); Blue value is 73 (28.91% from 255 or 21.28% from 343); Max value from RGB is 150 - color contains mainly: red. Hex color #967849 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967849 is #6987B6. Grayscale: #7B7B7B. Windows color (decimal): -6916023 or 4814998. OLE color: 4814998.

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

Color convert

RGB 150 120 73 -
CMYK 0 0.20 0.51 0.41
HSL 36.62º 0.35% 0.44% -
HSV(B) 36.62º 0.51% 0.59% -
XYZ 20.5 20.4 9.16 -
YUV 123.61 99.44 146.82 -
System Red Green Blue C M Y K H S L
Decimal 150 120 73 0 0.20 0.51 0.41 36.62 0.35 0.44
Hex 96 78 49 0 14 33 29 25 23 2C
Octal 226 170 111 0 24 63 51 45 43 54
Binary 10010110 1111000 1001001 0 10100 110011 101001 100101 100011 101100

Color Harmonies of #967849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967849

Black with #967849

Text Example


Text Example

White with #967849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967849; }

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

 H1.HeaderClassName
 {
   color: #967849;
 }
 .AnyTagClassName
 {
   color: #967849;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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