Html Css Color HEX #968359 Muesli

📋 copy color: '#968359'

red 150 ◦ green 131 ◦ blue 89

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

Shades of Muesli #968359

Tints of Muesli #968359

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.41%

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

R = 40.54%
G = 35.41%
B = 24.05%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.41

 K value IS 0.41

RGB Variations

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

Color information

#968359 (or 0x968359) is known color: Muesli. HEX triplet: 96, 83 and 59. RGB value is (150,131,89). Sum of RGB (Red+Green+Blue) = 150+131+89=370 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.54% from 370); Green value is 131 (51.56% from 255 or 35.41% from 370); Blue value is 89 (35.16% from 255 or 24.05% from 370); Max value from RGB is 150 - color contains mainly: red. Hex color #968359 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968359 is #697CA6. Grayscale: #848484. Windows color (decimal): -6913191 or 5866390. OLE color: 5866390.

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

Color convert

RGB 150 131 89 -
CMYK 0 0.13 0.41 0.41
HSL 41.31º 0.26% 0.47% -
HSV(B) 41.31º 0.41% 0.59% -
XYZ 22.5 23.44 12.79 -
YUV 131.89 103.79 140.92 -
System Red Green Blue C M Y K H S L
Decimal 150 131 89 0 0.13 0.41 0.41 41.31 0.26 0.47
Hex 96 83 59 0 D 29 29 29 1A 2F
Octal 226 203 131 0 15 51 51 51 32 57
Binary 10010110 10000011 1011001 0 1101 101001 101001 101001 11010 101111

Color Harmonies of #968359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968359

Black with #968359

Text Example


Text Example

White with #968359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968359; }

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

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

background-color css

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

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

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

border-color css

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

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

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