Html Css Color HEX #6D5E46 Soya Bean

📋 copy color: '#6D5E46'

red 109 ◦ green 94 ◦ blue 70

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

Shades of Soya Bean #6D5E46

Tints of Soya Bean #6D5E46

RGB

 RED value IS 109 (42.97% from 255) = 39.93%

 GREEN value IS 94 (37.11% from 255) = 34.43%

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

R = 39.93%
G = 34.43%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.36

 K value IS 0.57

RGB Variations

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

Color information

#6D5E46 (or 0x6D5E46) is known color: Soya Bean. HEX triplet: 6D, 5E and 46. RGB value is (109,94,70). Sum of RGB (Red+Green+Blue) = 109+94+70=273 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.93% from 273); Green value is 94 (37.11% from 255 or 34.43% from 273); Blue value is 70 (27.73% from 255 or 25.64% from 273); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5E46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D5E46 is #92A1B9. Grayscale: #5F5F5F. Windows color (decimal): -9609658 or 4611693. OLE color: 4611693.

HSL color Cylindrical-coordinate representation of color #6D5E46: hue angle of 36.92º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6D5E46 is Cyan = 0, Magento = 0.14, Yellow = 0.36 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 94 70 -
CMYK 0 0.14 0.36 0.57
HSL 36.92º 0.22% 0.35% -
HSV(B) 36.92º 0.36% 0.43% -
XYZ 11.41 11.7 7.45 -
YUV 95.75 113.47 137.45 -
System Red Green Blue C M Y K H S L
Decimal 109 94 70 0 0.14 0.36 0.57 36.92 0.22 0.35
Hex 6D 5E 46 0 E 24 39 25 16 23
Octal 155 136 106 0 16 44 71 45 26 43
Binary 1101101 1011110 1000110 0 1110 100100 111001 100101 10110 100011

Color Harmonies of #6D5E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5E46

Black with #6D5E46

Text Example


Text Example

White with #6D5E46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6D5E46; }

 p { color: rgb(109,94,70); }

 H1.HeaderClassName
 {
   color: #6D5E46;
 }
 .AnyTagClassName
 {
   color: #6D5E46;
 }
</style>

background-color css

<style>
 a { background-color: #6D5E46; }

 a { background-color: rgb(109,94,70); }

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

border-color css

<style>
 span { border-color: #6D5E46; }

 span { border-color: rgb(109,94,70); }

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