Html Css Color HEX #6D644A Soya Bean

📋 copy color: '#6D644A'

red 109 ◦ green 100 ◦ blue 74

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

Shades of Soya Bean #6D644A

Tints of Soya Bean #6D644A

RGB

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

 GREEN value IS 100 (39.45% from 255) = 35.34%

 BLUE value IS 74 (29.3% from 255) = 26.15%

R = 38.52%
G = 35.34%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.32

 K value IS 0.57

RGB Variations

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

Color information

#6D644A (or 0x6D644A) is known color: Soya Bean. HEX triplet: 6D, 64 and 4A. RGB value is (109,100,74). Sum of RGB (Red+Green+Blue) = 109+100+74=283 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.52% from 283); Green value is 100 (39.45% from 255 or 35.34% from 283); Blue value is 74 (29.30% from 255 or 26.15% from 283); Max value from RGB is 109 - color contains mainly: red. Hex color #6D644A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D644A is #929BB5. Grayscale: #636363. Windows color (decimal): -9608118 or 4875373. OLE color: 4875373.

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

Color convert

RGB 109 100 74 -
CMYK 0 0.08 0.32 0.57
HSL 44.57º 0.19% 0.36% -
HSV(B) 44.57º 0.32% 0.43% -
XYZ 12.1 12.86 8.32 -
YUV 99.73 113.48 134.61 -
System Red Green Blue C M Y K H S L
Decimal 109 100 74 0 0.08 0.32 0.57 44.57 0.19 0.36
Hex 6D 64 4A 0 8 20 39 2D 13 24
Octal 155 144 112 0 10 40 71 55 23 44
Binary 1101101 1100100 1001010 0 1000 100000 111001 101101 10011 100100

Color Harmonies of #6D644A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D644A

Black with #6D644A

Text Example


Text Example

White with #6D644A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,100,74); }

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

background-color css

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

 a { background-color: rgb(109,100,74); }

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

border-color css

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

 span { border-color: rgb(109,100,74); }

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