Html Css Color HEX #9C7A46 Muesli

📋 copy color: '#9C7A46'

red 156 ◦ green 122 ◦ blue 70

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

Shades of Muesli #9C7A46

Tints of Muesli #9C7A46

RGB

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

 GREEN value IS 122 (48.05% from 255) = 35.06%

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

R = 44.83%
G = 35.06%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.55

 K value IS 0.39

RGB Variations

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

Color information

#9C7A46 (or 0x9C7A46) is known color: Muesli. HEX triplet: 9C, 7A and 46. RGB value is (156,122,70). Sum of RGB (Red+Green+Blue) = 156+122+70=348 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.83% from 348); Green value is 122 (48.05% from 255 or 35.06% from 348); Blue value is 70 (27.73% from 255 or 20.11% from 348); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7A46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C7A46 is #6385B9. Grayscale: #7E7E7E. Windows color (decimal): -6522298 or 4618908. OLE color: 4618908.

HSL color Cylindrical-coordinate representation of color #9C7A46: hue angle of 36.28º 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 #9C7A46 is Cyan = 0, Magento = 0.22, Yellow = 0.55 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 122 70 -
CMYK 0 0.22 0.55 0.39
HSL 36.28º 0.38% 0.44% -
HSV(B) 36.28º 0.55% 0.61% -
XYZ 21.78 21.43 8.78 -
YUV 126.24 96.26 149.23 -
System Red Green Blue C M Y K H S L
Decimal 156 122 70 0 0.22 0.55 0.39 36.28 0.38 0.44
Hex 9C 7A 46 0 16 37 27 24 26 2C
Octal 234 172 106 0 26 67 47 44 46 54
Binary 10011100 1111010 1000110 0 10110 110111 100111 100100 100110 101100

Color Harmonies of #9C7A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7A46

Black with #9C7A46

Text Example


Text Example

White with #9C7A46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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