Html Css Color HEX #967A42 Muesli

📋 copy color: '#967A42'

red 150 ◦ green 122 ◦ blue 66

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

Shades of Muesli #967A42

Tints of Muesli #967A42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 19.53%

R = 44.38%
G = 36.09%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.56

 K value IS 0.41

RGB Variations

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

Color information

#967A42 (or 0x967A42) is known color: Muesli. HEX triplet: 96, 7A and 42. RGB value is (150,122,66). Sum of RGB (Red+Green+Blue) = 150+122+66=338 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.38% from 338); Green value is 122 (48.05% from 255 or 36.09% from 338); Blue value is 66 (26.17% from 255 or 19.53% from 338); Max value from RGB is 150 - color contains mainly: red. Hex color #967A42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967A42 is #6985BD. Grayscale: #7C7C7C. Windows color (decimal): -6915518 or 4356758. OLE color: 4356758.

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

Color convert

RGB 150 122 66 -
CMYK 0 0.19 0.56 0.41
HSL 40º 0.39% 0.42% -
HSV(B) 40º 0.56% 0.59% -
XYZ 20.52 20.8 8.09 -
YUV 123.99 95.28 146.55 -
System Red Green Blue C M Y K H S L
Decimal 150 122 66 0 0.19 0.56 0.41 40 0.39 0.42
Hex 96 7A 42 0 13 38 29 28 27 2A
Octal 226 172 102 0 23 70 51 50 47 52
Binary 10010110 1111010 1000010 0 10011 111000 101001 101000 100111 101010

Color Harmonies of #967A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967A42

Black with #967A42

Text Example


Text Example

White with #967A42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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