Html Css Color HEX #967E50 Muesli

📋 copy color: '#967E50'

red 150 ◦ green 126 ◦ blue 80

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

Shades of Muesli #967E50

Tints of Muesli #967E50

RGB

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

 GREEN value IS 126 (49.61% from 255) = 35.39%

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

R = 42.13%
G = 35.39%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.47

 K value IS 0.41

RGB Variations

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

Color information

#967E50 (or 0x967E50) is known color: Muesli. HEX triplet: 96, 7E and 50. RGB value is (150,126,80). Sum of RGB (Red+Green+Blue) = 150+126+80=356 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.13% from 356); Green value is 126 (49.61% from 255 or 35.39% from 356); Blue value is 80 (31.64% from 255 or 22.47% from 356); Max value from RGB is 150 - color contains mainly: red. Hex color #967E50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967E50 is #6981AF. Grayscale: #808080. Windows color (decimal): -6914480 or 5275286. OLE color: 5275286.

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

Color convert

RGB 150 126 80 -
CMYK 0 0.16 0.47 0.41
HSL 39.43º 0.3% 0.45% -
HSV(B) 39.43º 0.47% 0.59% -
XYZ 21.49 21.98 10.7 -
YUV 127.93 100.95 143.74 -
System Red Green Blue C M Y K H S L
Decimal 150 126 80 0 0.16 0.47 0.41 39.43 0.3 0.45
Hex 96 7E 50 0 10 2F 29 27 1E 2D
Octal 226 176 120 0 20 57 51 47 36 55
Binary 10010110 1111110 1010000 0 10000 101111 101001 100111 11110 101101

Color Harmonies of #967E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967E50

Black with #967E50

Text Example


Text Example

White with #967E50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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