Html Css Color HEX #967941 Muesli

📋 copy color: '#967941'

red 150 ◦ green 121 ◦ blue 65

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

Shades of Muesli #967941

Tints of Muesli #967941

RGB

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

 GREEN value IS 121 (47.66% from 255) = 36.01%

 BLUE value IS 65 (25.78% from 255) = 19.35%

R = 44.64%
G = 36.01%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.57

 K value IS 0.41

RGB Variations

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

Color information

#967941 (or 0x967941) is known color: Muesli. HEX triplet: 96, 79 and 41. RGB value is (150,121,65). Sum of RGB (Red+Green+Blue) = 150+121+65=336 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.64% from 336); Green value is 121 (47.66% from 255 or 36.01% from 336); Blue value is 65 (25.78% from 255 or 19.35% from 336); Max value from RGB is 150 - color contains mainly: red. Hex color #967941 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967941 is #6986BE. Grayscale: #7B7B7B. Windows color (decimal): -6915775 or 4290966. OLE color: 4290966.

HSL color Cylindrical-coordinate representation of color #967941: hue angle of 39.53º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #967941 is Cyan = 0, Magento = 0.19, Yellow = 0.57 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 121 65 -
CMYK 0 0.19 0.57 0.41
HSL 39.53º 0.4% 0.42% -
HSV(B) 39.53º 0.57% 0.59% -
XYZ 20.37 20.54 7.89 -
YUV 123.29 95.11 147.05 -
System Red Green Blue C M Y K H S L
Decimal 150 121 65 0 0.19 0.57 0.41 39.53 0.4 0.42
Hex 96 79 41 0 13 39 29 28 28 2A
Octal 226 171 101 0 23 71 51 50 50 52
Binary 10010110 1111001 1000001 0 10011 111001 101001 101000 101000 101010

Color Harmonies of #967941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967941

Black with #967941

Text Example


Text Example

White with #967941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967941; }

 p { color: rgb(150,121,65); }

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

background-color css

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

 a { background-color: rgb(150,121,65); }

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

border-color css

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

 span { border-color: rgb(150,121,65); }

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