Html Css Color HEX #967D41 Muesli

📋 copy color: '#967D41'

red 150 ◦ green 125 ◦ blue 65

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

Shades of Muesli #967D41

Tints of Muesli #967D41

RGB

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

 GREEN value IS 125 (49.22% from 255) = 36.76%

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

R = 44.12%
G = 36.76%
B = 19.12%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.57

 K value IS 0.41

RGB Variations

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

Color information

#967D41 (or 0x967D41) is known color: Muesli. HEX triplet: 96, 7D and 41. RGB value is (150,125,65). Sum of RGB (Red+Green+Blue) = 150+125+65=340 (45% of max value = 765). Red value is 150 (58.98% from 255 or 44.12% from 340); Green value is 125 (49.22% from 255 or 36.76% from 340); Blue value is 65 (25.78% from 255 or 19.12% from 340); Max value from RGB is 150 - color contains mainly: red. Hex color #967D41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967D41 is #6982BE. Grayscale: #7D7D7D. Windows color (decimal): -6914751 or 4291990. OLE color: 4291990.

HSL color Cylindrical-coordinate representation of color #967D41: hue angle of 42.35º 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 #967D41 is Cyan = 0, Magento = 0.17, Yellow = 0.57 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 125 65 -
CMYK 0 0.17 0.57 0.41
HSL 42.35º 0.4% 0.42% -
HSV(B) 42.35º 0.57% 0.59% -
XYZ 20.87 21.53 8.06 -
YUV 125.64 93.78 145.38 -
System Red Green Blue C M Y K H S L
Decimal 150 125 65 0 0.17 0.57 0.41 42.35 0.4 0.42
Hex 96 7D 41 0 11 39 29 2A 28 2A
Octal 226 175 101 0 21 71 51 52 50 52
Binary 10010110 1111101 1000001 0 10001 111001 101001 101010 101000 101010

Color Harmonies of #967D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967D41

Black with #967D41

Text Example


Text Example

White with #967D41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967D41; }

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

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

background-color css

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

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

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

border-color css

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

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

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