Html Css Color HEX #967A50 Muesli

📋 copy color: '#967A50'

red 150 ◦ green 122 ◦ blue 80

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

Shades of Muesli #967A50

Tints of Muesli #967A50

RGB

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

 GREEN value IS 122 (48.05% from 255) = 34.66%

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

R = 42.61%
G = 34.66%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.47

 K value IS 0.41

RGB Variations

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

Color information

#967A50 (or 0x967A50) is known color: Muesli. HEX triplet: 96, 7A and 50. RGB value is (150,122,80). Sum of RGB (Red+Green+Blue) = 150+122+80=352 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.61% from 352); Green value is 122 (48.05% from 255 or 34.66% from 352); Blue value is 80 (31.64% from 255 or 22.73% from 352); Max value from RGB is 150 - color contains mainly: red. Hex color #967A50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967A50 is #6985AF. Grayscale: #7D7D7D. Windows color (decimal): -6915504 or 5274262. OLE color: 5274262.

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

Color convert

RGB 150 122 80 -
CMYK 0 0.19 0.47 0.41
HSL 36º 0.3% 0.45% -
HSV(B) 36º 0.47% 0.59% -
XYZ 20.99 20.98 10.53 -
YUV 125.58 102.28 145.42 -
System Red Green Blue C M Y K H S L
Decimal 150 122 80 0 0.19 0.47 0.41 36 0.3 0.45
Hex 96 7A 50 0 13 2F 29 24 1E 2D
Octal 226 172 120 0 23 57 51 44 36 55
Binary 10010110 1111010 1010000 0 10011 101111 101001 100100 11110 101101

Color Harmonies of #967A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967A50

Black with #967A50

Text Example


Text Example

White with #967A50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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