Html Css Color HEX #968147 Muesli

📋 copy color: '#968147'

red 150 ◦ green 129 ◦ blue 71

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

Shades of Muesli #968147

Tints of Muesli #968147

RGB

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

 GREEN value IS 129 (50.78% from 255) = 36.86%

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

R = 42.86%
G = 36.86%
B = 20.29%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.53

 K value IS 0.41

RGB Variations

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

Color information

#968147 (or 0x968147) is known color: Muesli. HEX triplet: 96, 81 and 47. RGB value is (150,129,71). Sum of RGB (Red+Green+Blue) = 150+129+71=350 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.86% from 350); Green value is 129 (50.78% from 255 or 36.86% from 350); Blue value is 71 (28.12% from 255 or 20.29% from 350); Max value from RGB is 150 - color contains mainly: red. Hex color #968147 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968147 is #697EB8. Grayscale: #808080. Windows color (decimal): -6913721 or 4686230. OLE color: 4686230.

HSL color Cylindrical-coordinate representation of color #968147: hue angle of 44.05º 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 #968147 is Cyan = 0, Magento = 0.14, Yellow = 0.53 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 129 71 -
CMYK 0 0.14 0.53 0.41
HSL 44.05º 0.36% 0.43% -
HSV(B) 44.05º 0.53% 0.59% -
XYZ 21.57 22.64 9.19 -
YUV 128.67 95.46 143.22 -
System Red Green Blue C M Y K H S L
Decimal 150 129 71 0 0.14 0.53 0.41 44.05 0.36 0.43
Hex 96 81 47 0 E 35 29 2C 24 2B
Octal 226 201 107 0 16 65 51 54 44 53
Binary 10010110 10000001 1000111 0 1110 110101 101001 101100 100100 101011

Color Harmonies of #968147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968147

Black with #968147

Text Example


Text Example

White with #968147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968147; }

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

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

background-color css

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

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

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

border-color css

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

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

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