Html Css Color HEX #968257 Muesli

📋 copy color: '#968257'

red 150 ◦ green 130 ◦ blue 87

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

Shades of Muesli #968257

Tints of Muesli #968257

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.42%

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

R = 40.87%
G = 35.42%
B = 23.71%

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

#968257 (or 0x968257) is known color: Muesli. HEX triplet: 96, 82 and 57. RGB value is (150,130,87). Sum of RGB (Red+Green+Blue) = 150+130+87=367 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.87% from 367); Green value is 130 (51.17% from 255 or 35.42% from 367); Blue value is 87 (34.38% from 255 or 23.71% from 367); Max value from RGB is 150 - color contains mainly: red. Hex color #968257 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968257 is #697DA8. Grayscale: #838383. Windows color (decimal): -6913449 or 5735062. OLE color: 5735062.

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

Color convert

RGB 150 130 87 -
CMYK 0 0.13 0.42 0.41
HSL 40.95º 0.27% 0.46% -
HSV(B) 40.95º 0.42% 0.59% -
XYZ 22.28 23.14 12.31 -
YUV 131.08 103.13 141.5 -
System Red Green Blue C M Y K H S L
Decimal 150 130 87 0 0.13 0.42 0.41 40.95 0.27 0.46
Hex 96 82 57 0 D 2A 29 29 1B 2E
Octal 226 202 127 0 15 52 51 51 33 56
Binary 10010110 10000010 1010111 0 1101 101010 101001 101001 11011 101110

Color Harmonies of #968257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968257

Black with #968257

Text Example


Text Example

White with #968257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968257; }

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

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

background-color css

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

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

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

border-color css

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

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

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