Html Css Color HEX #968356 Muesli

📋 copy color: '#968356'

red 150 ◦ green 131 ◦ blue 86

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

Shades of Muesli #968356

Tints of Muesli #968356

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 23.43%

R = 40.87%
G = 35.69%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.43

 K value IS 0.41

RGB Variations

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

Color information

#968356 (or 0x968356) is known color: Muesli. HEX triplet: 96, 83 and 56. RGB value is (150,131,86). Sum of RGB (Red+Green+Blue) = 150+131+86=367 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.87% from 367); Green value is 131 (51.56% from 255 or 35.69% from 367); Blue value is 86 (33.98% from 255 or 23.43% from 367); Max value from RGB is 150 - color contains mainly: red. Hex color #968356 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968356 is #697CA9. Grayscale: #838383. Windows color (decimal): -6913194 or 5669782. OLE color: 5669782.

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

Color convert

RGB 150 131 86 -
CMYK 0 0.13 0.43 0.41
HSL 42.19º 0.27% 0.46% -
HSV(B) 42.19º 0.43% 0.59% -
XYZ 22.37 23.39 12.14 -
YUV 131.55 102.29 141.16 -
System Red Green Blue C M Y K H S L
Decimal 150 131 86 0 0.13 0.43 0.41 42.19 0.27 0.46
Hex 96 83 56 0 D 2B 29 2A 1B 2E
Octal 226 203 126 0 15 53 51 52 33 56
Binary 10010110 10000011 1010110 0 1101 101011 101001 101010 11011 101110

Color Harmonies of #968356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968356

Black with #968356

Text Example


Text Example

White with #968356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968356; }

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

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

background-color css

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

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

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

border-color css

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

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

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