Html Css Color HEX #9D8650 Muesli

📋 copy color: '#9D8650'

red 157 ◦ green 134 ◦ blue 80

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

Shades of Muesli #9D8650

Tints of Muesli #9D8650

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 21.56%

R = 42.32%
G = 36.12%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.49

 K value IS 0.38

RGB Variations

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

Color information

#9D8650 (or 0x9D8650) is known color: Muesli. HEX triplet: 9D, 86 and 50. RGB value is (157,134,80). Sum of RGB (Red+Green+Blue) = 157+134+80=371 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.32% from 371); Green value is 134 (52.73% from 255 or 36.12% from 371); Blue value is 80 (31.64% from 255 or 21.56% from 371); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8650 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D8650 is #6279AF. Grayscale: #868686. Windows color (decimal): -6453680 or 5277341. OLE color: 5277341.

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

Color convert

RGB 157 134 80 -
CMYK 0 0.15 0.49 0.38
HSL 42.08º 0.32% 0.46% -
HSV(B) 42.08º 0.49% 0.62% -
XYZ 23.88 24.8 11.12 -
YUV 134.72 97.12 143.89 -
System Red Green Blue C M Y K H S L
Decimal 157 134 80 0 0.15 0.49 0.38 42.08 0.32 0.46
Hex 9D 86 50 0 F 31 26 2A 20 2E
Octal 235 206 120 0 17 61 46 52 40 56
Binary 10011101 10000110 1010000 0 1111 110001 100110 101010 100000 101110

Color Harmonies of #9D8650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D8650

Black with #9D8650

Text Example


Text Example

White with #9D8650

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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