Html Css Color HEX #9C864C Muesli

📋 copy color: '#9C864C'

red 156 ◦ green 134 ◦ blue 76

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

Shades of Muesli #9C864C

Tints of Muesli #9C864C

RGB

 RED value IS 156 (61.33% from 255) = 42.62%

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

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

R = 42.62%
G = 36.61%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.51

 K value IS 0.39

RGB Variations

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

Color information

#9C864C (or 0x9C864C) is known color: Muesli. HEX triplet: 9C, 86 and 4C. RGB value is (156,134,76). Sum of RGB (Red+Green+Blue) = 156+134+76=366 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.62% from 366); Green value is 134 (52.73% from 255 or 36.61% from 366); Blue value is 76 (30.08% from 255 or 20.77% from 366); Max value from RGB is 156 - color contains mainly: red. Hex color #9C864C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C864C is #6379B3. Grayscale: #868686. Windows color (decimal): -6519220 or 5015196. OLE color: 5015196.

HSL color Cylindrical-coordinate representation of color #9C864C: hue angle of 43.5º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9C864C is Cyan = 0, Magento = 0.14, Yellow = 0.51 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 134 76 -
CMYK 0 0.14 0.51 0.39
HSL 43.5º 0.34% 0.45% -
HSV(B) 43.5º 0.51% 0.61% -
XYZ 23.54 24.64 10.35 -
YUV 133.97 95.29 143.72 -
System Red Green Blue C M Y K H S L
Decimal 156 134 76 0 0.14 0.51 0.39 43.5 0.34 0.45
Hex 9C 86 4C 0 E 33 27 2C 22 2D
Octal 234 206 114 0 16 63 47 54 42 55
Binary 10011100 10000110 1001100 0 1110 110011 100111 101100 100010 101101

Color Harmonies of #9C864C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C864C

Black with #9C864C

Text Example


Text Example

White with #9C864C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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