Html Css Color HEX #9D864C Muesli

📋 copy color: '#9D864C'

red 157 ◦ green 134 ◦ blue 76

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

Shades of Muesli #9D864C

Tints of Muesli #9D864C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20.71%

R = 42.78%
G = 36.51%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.52

 K value IS 0.38

RGB Variations

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

Color information

#9D864C (or 0x9D864C) is known color: Muesli. HEX triplet: 9D, 86 and 4C. RGB value is (157,134,76). Sum of RGB (Red+Green+Blue) = 157+134+76=367 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.78% from 367); Green value is 134 (52.73% from 255 or 36.51% from 367); Blue value is 76 (30.08% from 255 or 20.71% from 367); Max value from RGB is 157 - color contains mainly: red. Hex color #9D864C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9D864C is #6279B3. Grayscale: #868686. Windows color (decimal): -6453684 or 5015197. OLE color: 5015197.

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

Color convert

RGB 157 134 76 -
CMYK 0 0.15 0.52 0.38
HSL 42.96º 0.35% 0.46% -
HSV(B) 42.96º 0.52% 0.62% -
XYZ 23.73 24.74 10.36 -
YUV 134.27 95.12 144.22 -
System Red Green Blue C M Y K H S L
Decimal 157 134 76 0 0.15 0.52 0.38 42.96 0.35 0.46
Hex 9D 86 4C 0 F 34 26 2B 23 2E
Octal 235 206 114 0 17 64 46 53 43 56
Binary 10011101 10000110 1001100 0 1111 110100 100110 101011 100011 101110

Color Harmonies of #9D864C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D864C

Black with #9D864C

Text Example


Text Example

White with #9D864C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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