Html Css Color HEX #968349 Muesli

📋 copy color: '#968349'

red 150 ◦ green 131 ◦ blue 73

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

Shades of Muesli #968349

Tints of Muesli #968349

RGB

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

 GREEN value IS 131 (51.56% from 255) = 37.01%

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

R = 42.37%
G = 37.01%
B = 20.62%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.51

 K value IS 0.41

RGB Variations

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

Color information

#968349 (or 0x968349) is known color: Muesli. HEX triplet: 96, 83 and 49. RGB value is (150,131,73). Sum of RGB (Red+Green+Blue) = 150+131+73=354 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.37% from 354); Green value is 131 (51.56% from 255 or 37.01% from 354); Blue value is 73 (28.91% from 255 or 20.62% from 354); Max value from RGB is 150 - color contains mainly: red. Hex color #968349 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968349 is #697CB6. Grayscale: #828282. Windows color (decimal): -6913207 or 4817814. OLE color: 4817814.

HSL color Cylindrical-coordinate representation of color #968349: hue angle of 45.19º 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 #968349 is Cyan = 0, Magento = 0.13, Yellow = 0.51 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 131 73 -
CMYK 0 0.13 0.51 0.41
HSL 45.19º 0.35% 0.44% -
HSV(B) 45.19º 0.51% 0.59% -
XYZ 21.9 23.2 9.63 -
YUV 130.07 95.79 142.22 -
System Red Green Blue C M Y K H S L
Decimal 150 131 73 0 0.13 0.51 0.41 45.19 0.35 0.44
Hex 96 83 49 0 D 33 29 2D 23 2C
Octal 226 203 111 0 15 63 51 55 43 54
Binary 10010110 10000011 1001001 0 1101 110011 101001 101101 100011 101100

Color Harmonies of #968349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968349

Black with #968349

Text Example


Text Example

White with #968349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968349; }

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

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

background-color css

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

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

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

border-color css

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

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

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