Html Css Color HEX #9D864E Muesli

📋 copy color: '#9D864E'

red 157 ◦ green 134 ◦ blue 78

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

Shades of Muesli #9D864E

Tints of Muesli #9D864E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 21.14%

R = 42.55%
G = 36.31%
B = 21.14%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.50

 K value IS 0.38

RGB Variations

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

Color information

#9D864E (or 0x9D864E) is known color: Muesli. HEX triplet: 9D, 86 and 4E. RGB value is (157,134,78). Sum of RGB (Red+Green+Blue) = 157+134+78=369 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.55% from 369); Green value is 134 (52.73% from 255 or 36.31% from 369); Blue value is 78 (30.86% from 255 or 21.14% from 369); Max value from RGB is 157 - color contains mainly: red. Hex color #9D864E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D864E is #6279B1. Grayscale: #868686. Windows color (decimal): -6453682 or 5146269. OLE color: 5146269.

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

Color convert

RGB 157 134 78 -
CMYK 0 0.15 0.50 0.38
HSL 42.53º 0.34% 0.46% -
HSV(B) 42.53º 0.5% 0.62% -
XYZ 23.8 24.77 10.73 -
YUV 134.49 96.12 144.05 -
System Red Green Blue C M Y K H S L
Decimal 157 134 78 0 0.15 0.50 0.38 42.53 0.34 0.46
Hex 9D 86 4E 0 F 32 26 2B 22 2E
Octal 235 206 116 0 17 62 46 53 42 56
Binary 10011101 10000110 1001110 0 1111 110010 100110 101011 100010 101110

Color Harmonies of #9D864E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D864E

Black with #9D864E

Text Example


Text Example

White with #9D864E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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