Html Css Color HEX #7C6546 Soya Bean

📋 copy color: '#7C6546'

red 124 ◦ green 101 ◦ blue 70

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

Shades of Soya Bean #7C6546

Tints of Soya Bean #7C6546

RGB

 RED value IS 124 (48.83% from 255) = 42.03%

 GREEN value IS 101 (39.84% from 255) = 34.24%

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

R = 42.03%
G = 34.24%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.44

 K value IS 0.51

RGB Variations

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

Color information

#7C6546 (or 0x7C6546) is known color: Soya Bean. HEX triplet: 7C, 65 and 46. RGB value is (124,101,70). Sum of RGB (Red+Green+Blue) = 124+101+70=295 (39% of max value = 765). Red value is 124 (48.83% from 255 or 42.03% from 295); Green value is 101 (39.84% from 255 or 34.24% from 295); Blue value is 70 (27.73% from 255 or 23.73% from 295); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6546 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C6546 is #839AB9. Grayscale: #686868. Windows color (decimal): -8624826 or 4613500. OLE color: 4613500.

HSL color Cylindrical-coordinate representation of color #7C6546: hue angle of 34.44º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7C6546 is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 101 70 -
CMYK 0 0.19 0.44 0.51
HSL 34.44º 0.28% 0.38% -
HSV(B) 34.44º 0.44% 0.49% -
XYZ 14.07 14.03 7.76 -
YUV 104.34 108.62 142.02 -
System Red Green Blue C M Y K H S L
Decimal 124 101 70 0 0.19 0.44 0.51 34.44 0.28 0.38
Hex 7C 65 46 0 13 2C 33 22 1C 26
Octal 174 145 106 0 23 54 63 42 34 46
Binary 1111100 1100101 1000110 0 10011 101100 110011 100010 11100 100110

Color Harmonies of #7C6546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6546

Black with #7C6546

Text Example


Text Example

White with #7C6546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7C6546; }

 p { color: rgb(124,101,70); }

 H1.HeaderClassName
 {
   color: #7C6546;
 }
 .AnyTagClassName
 {
   color: #7C6546;
 }
</style>

background-color css

<style>
 a { background-color: #7C6546; }

 a { background-color: rgb(124,101,70); }

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

border-color css

<style>
 span { border-color: #7C6546; }

 span { border-color: rgb(124,101,70); }

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