Html Css Color HEX #967E4E Muesli

📋 copy color: '#967E4E'

red 150 ◦ green 126 ◦ blue 78

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

Shades of Muesli #967E4E

Tints of Muesli #967E4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 22.03%

R = 42.37%
G = 35.59%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.48

 K value IS 0.41

RGB Variations

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

Color information

#967E4E (or 0x967E4E) is known color: Muesli. HEX triplet: 96, 7E and 4E. RGB value is (150,126,78). Sum of RGB (Red+Green+Blue) = 150+126+78=354 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.37% from 354); Green value is 126 (49.61% from 255 or 35.59% from 354); Blue value is 78 (30.86% from 255 or 22.03% from 354); Max value from RGB is 150 - color contains mainly: red. Hex color #967E4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967E4E is #6981B1. Grayscale: #7F7F7F. Windows color (decimal): -6914482 or 5144214. OLE color: 5144214.

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

Color convert

RGB 150 126 78 -
CMYK 0 0.16 0.48 0.41
HSL 40º 0.32% 0.45% -
HSV(B) 40º 0.48% 0.59% -
XYZ 21.41 21.96 10.32 -
YUV 127.7 99.95 143.9 -
System Red Green Blue C M Y K H S L
Decimal 150 126 78 0 0.16 0.48 0.41 40 0.32 0.45
Hex 96 7E 4E 0 10 30 29 28 20 2D
Octal 226 176 116 0 20 60 51 50 40 55
Binary 10010110 1111110 1001110 0 10000 110000 101001 101000 100000 101101

Color Harmonies of #967E4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967E4E

Black with #967E4E

Text Example


Text Example

White with #967E4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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