Html Css Color HEX #9C7D46 Muesli

📋 copy color: '#9C7D46'

red 156 ◦ green 125 ◦ blue 70

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

Shades of Muesli #9C7D46

Tints of Muesli #9C7D46

RGB

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

 GREEN value IS 125 (49.22% from 255) = 35.61%

 BLUE value IS 70 (27.73% from 255) = 19.94%

R = 44.44%
G = 35.61%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.55

 K value IS 0.39

RGB Variations

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

Color information

#9C7D46 (or 0x9C7D46) is known color: Muesli. HEX triplet: 9C, 7D and 46. RGB value is (156,125,70). Sum of RGB (Red+Green+Blue) = 156+125+70=351 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.44% from 351); Green value is 125 (49.22% from 255 or 35.61% from 351); Blue value is 70 (27.73% from 255 or 19.94% from 351); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7D46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C7D46 is #6382B9. Grayscale: #808080. Windows color (decimal): -6521530 or 4619676. OLE color: 4619676.

HSL color Cylindrical-coordinate representation of color #9C7D46: hue angle of 38.37º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9C7D46 is Cyan = 0, Magento = 0.20, Yellow = 0.55 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 125 70 -
CMYK 0 0.20 0.55 0.39
HSL 38.37º 0.38% 0.44% -
HSV(B) 38.37º 0.55% 0.61% -
XYZ 22.15 22.18 8.91 -
YUV 128 95.27 147.97 -
System Red Green Blue C M Y K H S L
Decimal 156 125 70 0 0.20 0.55 0.39 38.37 0.38 0.44
Hex 9C 7D 46 0 14 37 27 26 26 2C
Octal 234 175 106 0 24 67 47 46 46 54
Binary 10011100 1111101 1000110 0 10100 110111 100111 100110 100110 101100

Color Harmonies of #9C7D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7D46

Black with #9C7D46

Text Example


Text Example

White with #9C7D46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,125,70); }

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

background-color css

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

 a { background-color: rgb(156,125,70); }

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

border-color css

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

 span { border-color: rgb(156,125,70); }

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