Html Css Color HEX #967A4A Muesli

📋 copy color: '#967A4A'

red 150 ◦ green 122 ◦ blue 74

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

Shades of Muesli #967A4A

Tints of Muesli #967A4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 21.39%

R = 43.35%
G = 35.26%
B = 21.39%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.51

 K value IS 0.41

RGB Variations

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

Color information

#967A4A (or 0x967A4A) is known color: Muesli. HEX triplet: 96, 7A and 4A. RGB value is (150,122,74). Sum of RGB (Red+Green+Blue) = 150+122+74=346 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.35% from 346); Green value is 122 (48.05% from 255 or 35.26% from 346); Blue value is 74 (29.30% from 255 or 21.39% from 346); Max value from RGB is 150 - color contains mainly: red. Hex color #967A4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967A4A is #6985B5. Grayscale: #7D7D7D. Windows color (decimal): -6915510 or 4881046. OLE color: 4881046.

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

Color convert

RGB 150 122 74 -
CMYK 0 0.19 0.51 0.41
HSL 37.89º 0.34% 0.44% -
HSV(B) 37.89º 0.51% 0.59% -
XYZ 20.77 20.9 9.42 -
YUV 124.9 99.28 145.9 -
System Red Green Blue C M Y K H S L
Decimal 150 122 74 0 0.19 0.51 0.41 37.89 0.34 0.44
Hex 96 7A 4A 0 13 33 29 26 22 2C
Octal 226 172 112 0 23 63 51 46 42 54
Binary 10010110 1111010 1001010 0 10011 110011 101001 100110 100010 101100

Color Harmonies of #967A4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967A4A

Black with #967A4A

Text Example


Text Example

White with #967A4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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