Html Css Color HEX #967F56 Muesli

📋 copy color: '#967F56'

red 150 ◦ green 127 ◦ blue 86

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

Shades of Muesli #967F56

Tints of Muesli #967F56

RGB

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

 GREEN value IS 127 (50% from 255) = 34.99%

 BLUE value IS 86 (33.98% from 255) = 23.69%

R = 41.32%
G = 34.99%
B = 23.69%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.43

 K value IS 0.41

RGB Variations

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

Color information

#967F56 (or 0x967F56) is known color: Muesli. HEX triplet: 96, 7F and 56. RGB value is (150,127,86). Sum of RGB (Red+Green+Blue) = 150+127+86=363 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.32% from 363); Green value is 127 (50% from 255 or 34.99% from 363); Blue value is 86 (33.98% from 255 or 23.69% from 363); Max value from RGB is 150 - color contains mainly: red. Hex color #967F56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967F56 is #6980A9. Grayscale: #818181. Windows color (decimal): -6914218 or 5668758. OLE color: 5668758.

HSL color Cylindrical-coordinate representation of color #967F56: hue angle of 38.44º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #967F56 is Cyan = 0, Magento = 0.15, Yellow = 0.43 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 127 86 -
CMYK 0 0.15 0.43 0.41
HSL 38.44º 0.27% 0.46% -
HSV(B) 38.44º 0.43% 0.59% -
XYZ 21.85 22.33 11.96 -
YUV 129.2 103.62 142.83 -
System Red Green Blue C M Y K H S L
Decimal 150 127 86 0 0.15 0.43 0.41 38.44 0.27 0.46
Hex 96 7F 56 0 F 2B 29 26 1B 2E
Octal 226 177 126 0 17 53 51 46 33 56
Binary 10010110 1111111 1010110 0 1111 101011 101001 100110 11011 101110

Color Harmonies of #967F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967F56

Black with #967F56

Text Example


Text Example

White with #967F56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,127,86); }

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

background-color css

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

 a { background-color: rgb(150,127,86); }

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

border-color css

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

 span { border-color: rgb(150,127,86); }

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