Html Css Color HEX #967C4E Muesli

📋 copy color: '#967C4E'

red 150 ◦ green 124 ◦ blue 78

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

Shades of Muesli #967C4E

Tints of Muesli #967C4E

RGB

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

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

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

R = 42.61%
G = 35.23%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.48

 K value IS 0.41

RGB Variations

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

Color information

#967C4E (or 0x967C4E) is known color: Muesli. HEX triplet: 96, 7C and 4E. RGB value is (150,124,78). Sum of RGB (Red+Green+Blue) = 150+124+78=352 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.61% from 352); Green value is 124 (48.83% from 255 or 35.23% from 352); Blue value is 78 (30.86% from 255 or 22.16% from 352); Max value from RGB is 150 - color contains mainly: red. Hex color #967C4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967C4E is #6983B1. Grayscale: #7E7E7E. Windows color (decimal): -6914994 or 5143702. OLE color: 5143702.

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

Color convert

RGB 150 124 78 -
CMYK 0 0.17 0.48 0.41
HSL 38.33º 0.32% 0.45% -
HSV(B) 38.33º 0.48% 0.59% -
XYZ 21.16 21.45 10.23 -
YUV 126.53 100.61 144.74 -
System Red Green Blue C M Y K H S L
Decimal 150 124 78 0 0.17 0.48 0.41 38.33 0.32 0.45
Hex 96 7C 4E 0 11 30 29 26 20 2D
Octal 226 174 116 0 21 60 51 46 40 55
Binary 10010110 1111100 1001110 0 10001 110000 101001 100110 100000 101101

Color Harmonies of #967C4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967C4E

Black with #967C4E

Text Example


Text Example

White with #967C4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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