Html Css Color HEX #968357 Muesli

📋 copy color: '#968357'

red 150 ◦ green 131 ◦ blue 87

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

Shades of Muesli #968357

Tints of Muesli #968357

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 23.64%

R = 40.76%
G = 35.6%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.42

 K value IS 0.41

RGB Variations

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

Color information

#968357 (or 0x968357) is known color: Muesli. HEX triplet: 96, 83 and 57. RGB value is (150,131,87). Sum of RGB (Red+Green+Blue) = 150+131+87=368 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.76% from 368); Green value is 131 (51.56% from 255 or 35.60% from 368); Blue value is 87 (34.38% from 255 or 23.64% from 368); Max value from RGB is 150 - color contains mainly: red. Hex color #968357 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968357 is #697CA8. Grayscale: #838383. Windows color (decimal): -6913193 or 5735318. OLE color: 5735318.

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

Color convert

RGB 150 131 87 -
CMYK 0 0.13 0.42 0.41
HSL 41.9º 0.27% 0.46% -
HSV(B) 41.9º 0.42% 0.59% -
XYZ 22.41 23.4 12.35 -
YUV 131.67 102.79 141.08 -
System Red Green Blue C M Y K H S L
Decimal 150 131 87 0 0.13 0.42 0.41 41.9 0.27 0.46
Hex 96 83 57 0 D 2A 29 2A 1B 2E
Octal 226 203 127 0 15 52 51 52 33 56
Binary 10010110 10000011 1010111 0 1101 101010 101001 101010 11011 101110

Color Harmonies of #968357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968357

Black with #968357

Text Example


Text Example

White with #968357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968357; }

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

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

background-color css

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

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

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

border-color css

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

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

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