Html Css Color HEX #967A4C Muesli

📋 copy color: '#967A4C'

red 150 ◦ green 122 ◦ blue 76

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

Shades of Muesli #967A4C

Tints of Muesli #967A4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 21.84%

R = 43.1%
G = 35.06%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.49

 K value IS 0.41

RGB Variations

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

Color information

#967A4C (or 0x967A4C) is known color: Muesli. HEX triplet: 96, 7A and 4C. RGB value is (150,122,76). Sum of RGB (Red+Green+Blue) = 150+122+76=348 (46% of max value = 765). Red value is 150 (58.98% from 255 or 43.10% from 348); Green value is 122 (48.05% from 255 or 35.06% from 348); Blue value is 76 (30.08% from 255 or 21.84% from 348); Max value from RGB is 150 - color contains mainly: red. Hex color #967A4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967A4C is #6985B3. Grayscale: #7D7D7D. Windows color (decimal): -6915508 or 5012118. OLE color: 5012118.

HSL color Cylindrical-coordinate representation of color #967A4C: hue angle of 37.3º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #967A4C is Cyan = 0, Magento = 0.19, Yellow = 0.49 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 122 76 -
CMYK 0 0.19 0.49 0.41
HSL 37.3º 0.33% 0.44% -
HSV(B) 37.3º 0.49% 0.59% -
XYZ 20.84 20.92 9.78 -
YUV 125.13 100.28 145.74 -
System Red Green Blue C M Y K H S L
Decimal 150 122 76 0 0.19 0.49 0.41 37.3 0.33 0.44
Hex 96 7A 4C 0 13 31 29 25 21 2C
Octal 226 172 114 0 23 61 51 45 41 54
Binary 10010110 1111010 1001100 0 10011 110001 101001 100101 100001 101100

Color Harmonies of #967A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967A4C

Black with #967A4C

Text Example


Text Example

White with #967A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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