Html Css Color HEX #967C50 Muesli

📋 copy color: '#967C50'

red 150 ◦ green 124 ◦ blue 80

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

Shades of Muesli #967C50

Tints of Muesli #967C50

RGB

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

 GREEN value IS 124 (48.83% from 255) = 35.03%

 BLUE value IS 80 (31.64% from 255) = 22.6%

R = 42.37%
G = 35.03%
B = 22.6%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.47

 K value IS 0.41

RGB Variations

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

Color information

#967C50 (or 0x967C50) is known color: Muesli. HEX triplet: 96, 7C and 50. RGB value is (150,124,80). Sum of RGB (Red+Green+Blue) = 150+124+80=354 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.37% from 354); Green value is 124 (48.83% from 255 or 35.03% from 354); Blue value is 80 (31.64% from 255 or 22.60% from 354); Max value from RGB is 150 - color contains mainly: red. Hex color #967C50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967C50 is #6983AF. Grayscale: #7E7E7E. Windows color (decimal): -6914992 or 5274774. OLE color: 5274774.

HSL color Cylindrical-coordinate representation of color #967C50: hue angle of 37.71º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #967C50 is Cyan = 0, Magento = 0.17, Yellow = 0.47 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 124 80 -
CMYK 0 0.17 0.47 0.41
HSL 37.71º 0.3% 0.45% -
HSV(B) 37.71º 0.47% 0.59% -
XYZ 21.23 21.48 10.62 -
YUV 126.76 101.61 144.58 -
System Red Green Blue C M Y K H S L
Decimal 150 124 80 0 0.17 0.47 0.41 37.71 0.3 0.45
Hex 96 7C 50 0 11 2F 29 26 1E 2D
Octal 226 174 120 0 21 57 51 46 36 55
Binary 10010110 1111100 1010000 0 10001 101111 101001 100110 11110 101101

Color Harmonies of #967C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967C50

Black with #967C50

Text Example


Text Example

White with #967C50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,124,80); }

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

background-color css

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

 a { background-color: rgb(150,124,80); }

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

border-color css

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

 span { border-color: rgb(150,124,80); }

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