Html Css Color HEX #968156 Muesli

📋 copy color: '#968156'

red 150 ◦ green 129 ◦ blue 86

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

Shades of Muesli #968156

Tints of Muesli #968156

RGB

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

 GREEN value IS 129 (50.78% from 255) = 35.34%

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

R = 41.1%
G = 35.34%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.43

 K value IS 0.41

RGB Variations

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

Color information

#968156 (or 0x968156) is known color: Muesli. HEX triplet: 96, 81 and 56. RGB value is (150,129,86). Sum of RGB (Red+Green+Blue) = 150+129+86=365 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.10% from 365); Green value is 129 (50.78% from 255 or 35.34% from 365); Blue value is 86 (33.98% from 255 or 23.56% from 365); Max value from RGB is 150 - color contains mainly: red. Hex color #968156 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968156 is #697EA9. Grayscale: #828282. Windows color (decimal): -6913706 or 5669270. OLE color: 5669270.

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

Color convert

RGB 150 129 86 -
CMYK 0 0.14 0.43 0.41
HSL 40.31º 0.27% 0.46% -
HSV(B) 40.31º 0.43% 0.59% -
XYZ 22.11 22.86 12.05 -
YUV 130.38 102.96 142 -
System Red Green Blue C M Y K H S L
Decimal 150 129 86 0 0.14 0.43 0.41 40.31 0.27 0.46
Hex 96 81 56 0 E 2B 29 28 1B 2E
Octal 226 201 126 0 16 53 51 50 33 56
Binary 10010110 10000001 1010110 0 1110 101011 101001 101000 11011 101110

Color Harmonies of #968156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968156

Black with #968156

Text Example


Text Example

White with #968156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968156; }

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

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

background-color css

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

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

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

border-color css

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

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

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