Html Css Color HEX #9D8656 Muesli

📋 copy color: '#9D8656'

red 157 ◦ green 134 ◦ blue 86

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

Shades of Muesli #9D8656

Tints of Muesli #9D8656

RGB

 RED value IS 157 (61.72% from 255) = 41.64%

 GREEN value IS 134 (52.73% from 255) = 35.54%

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

R = 41.64%
G = 35.54%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.45

 K value IS 0.38

RGB Variations

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

Color information

#9D8656 (or 0x9D8656) is known color: Muesli. HEX triplet: 9D, 86 and 56. RGB value is (157,134,86). Sum of RGB (Red+Green+Blue) = 157+134+86=377 (49% of max value = 765). Red value is 157 (61.72% from 255 or 41.64% from 377); Green value is 134 (52.73% from 255 or 35.54% from 377); Blue value is 86 (33.98% from 255 or 22.81% from 377); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8656 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D8656 is #6279A9. Grayscale: #878787. Windows color (decimal): -6453674 or 5670557. OLE color: 5670557.

HSL color Cylindrical-coordinate representation of color #9D8656: hue angle of 40.56º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9D8656 is Cyan = 0, Magento = 0.15, Yellow = 0.45 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 134 86 -
CMYK 0 0.15 0.45 0.38
HSL 40.56º 0.29% 0.48% -
HSV(B) 40.56º 0.45% 0.62% -
XYZ 24.11 24.89 12.34 -
YUV 135.41 100.12 143.4 -
System Red Green Blue C M Y K H S L
Decimal 157 134 86 0 0.15 0.45 0.38 40.56 0.29 0.48
Hex 9D 86 56 0 F 2D 26 29 1D 30
Octal 235 206 126 0 17 55 46 51 35 60
Binary 10011101 10000110 1010110 0 1111 101101 100110 101001 11101 110000

Color Harmonies of #9D8656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D8656

Black with #9D8656

Text Example


Text Example

White with #9D8656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9D8656; }

 p { color: rgb(157,134,86); }

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

background-color css

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

 a { background-color: rgb(157,134,86); }

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

border-color css

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

 span { border-color: rgb(157,134,86); }

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