Html Css Color HEX #968047 Muesli

📋 copy color: '#968047'

red 150 ◦ green 128 ◦ blue 71

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

Shades of Muesli #968047

Tints of Muesli #968047

RGB

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

 GREEN value IS 128 (50.39% from 255) = 36.68%

 BLUE value IS 71 (28.13% from 255) = 20.34%

R = 42.98%
G = 36.68%
B = 20.34%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.53

 K value IS 0.41

RGB Variations

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

Color information

#968047 (or 0x968047) is known color: Muesli. HEX triplet: 96, 80 and 47. RGB value is (150,128,71). Sum of RGB (Red+Green+Blue) = 150+128+71=349 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.98% from 349); Green value is 128 (50.39% from 255 or 36.68% from 349); Blue value is 71 (28.12% from 255 or 20.34% from 349); Max value from RGB is 150 - color contains mainly: red. Hex color #968047 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968047 is #697FB8. Grayscale: #808080. Windows color (decimal): -6913977 or 4685974. OLE color: 4685974.

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

Color convert

RGB 150 128 71 -
CMYK 0 0.15 0.53 0.41
HSL 43.29º 0.36% 0.43% -
HSV(B) 43.29º 0.53% 0.59% -
XYZ 21.43 22.38 9.15 -
YUV 128.08 95.79 143.63 -
System Red Green Blue C M Y K H S L
Decimal 150 128 71 0 0.15 0.53 0.41 43.29 0.36 0.43
Hex 96 80 47 0 F 35 29 2B 24 2B
Octal 226 200 107 0 17 65 51 53 44 53
Binary 10010110 10000000 1000111 0 1111 110101 101001 101011 100100 101011

Color Harmonies of #968047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968047

Black with #968047

Text Example


Text Example

White with #968047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968047; }

 p { color: rgb(150,128,71); }

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

background-color css

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

 a { background-color: rgb(150,128,71); }

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

border-color css

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

 span { border-color: rgb(150,128,71); }

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