Html Css Color HEX #968059 Muesli

📋 copy color: '#968059'

red 150 ◦ green 128 ◦ blue 89

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

Shades of Muesli #968059

Tints of Muesli #968059

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 24.25%

R = 40.87%
G = 34.88%
B = 24.25%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.41

 K value IS 0.41

RGB Variations

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

Color information

#968059 (or 0x968059) is known color: Muesli. HEX triplet: 96, 80 and 59. RGB value is (150,128,89). Sum of RGB (Red+Green+Blue) = 150+128+89=367 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.87% from 367); Green value is 128 (50.39% from 255 or 34.88% from 367); Blue value is 89 (35.16% from 255 or 24.25% from 367); Max value from RGB is 150 - color contains mainly: red. Hex color #968059 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968059 is #697FA6. Grayscale: #828282. Windows color (decimal): -6913959 or 5865622. OLE color: 5865622.

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

Color convert

RGB 150 128 89 -
CMYK 0 0.15 0.41 0.41
HSL 38.36º 0.26% 0.47% -
HSV(B) 38.36º 0.41% 0.59% -
XYZ 22.1 22.64 12.66 -
YUV 130.13 104.79 142.17 -
System Red Green Blue C M Y K H S L
Decimal 150 128 89 0 0.15 0.41 0.41 38.36 0.26 0.47
Hex 96 80 59 0 F 29 29 26 1A 2F
Octal 226 200 131 0 17 51 51 46 32 57
Binary 10010110 10000000 1011001 0 1111 101001 101001 100110 11010 101111

Color Harmonies of #968059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968059

Black with #968059

Text Example


Text Example

White with #968059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968059; }

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

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

background-color css

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

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

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

border-color css

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

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

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