Html Css Color HEX #6D614A Soya Bean

📋 copy color: '#6D614A'

red 109 ◦ green 97 ◦ blue 74

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

Shades of Soya Bean #6D614A

Tints of Soya Bean #6D614A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 34.64%

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

R = 38.93%
G = 34.64%
B = 26.43%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.32

 K value IS 0.57

RGB Variations

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

Color information

#6D614A (or 0x6D614A) is known color: Soya Bean. HEX triplet: 6D, 61 and 4A. RGB value is (109,97,74). Sum of RGB (Red+Green+Blue) = 109+97+74=280 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.93% from 280); Green value is 97 (38.28% from 255 or 34.64% from 280); Blue value is 74 (29.30% from 255 or 26.43% from 280); Max value from RGB is 109 - color contains mainly: red. Hex color #6D614A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D614A is #929EB5. Grayscale: #626262. Windows color (decimal): -9608886 or 4874605. OLE color: 4874605.

HSL color Cylindrical-coordinate representation of color #6D614A: hue angle of 39.43º 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 #6D614A is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 97 74 -
CMYK 0 0.11 0.32 0.57
HSL 39.43º 0.19% 0.36% -
HSV(B) 39.43º 0.32% 0.43% -
XYZ 11.82 12.3 8.23 -
YUV 97.97 114.48 135.87 -
System Red Green Blue C M Y K H S L
Decimal 109 97 74 0 0.11 0.32 0.57 39.43 0.19 0.36
Hex 6D 61 4A 0 B 20 39 27 13 24
Octal 155 141 112 0 13 40 71 47 23 44
Binary 1101101 1100001 1001010 0 1011 100000 111001 100111 10011 100100

Color Harmonies of #6D614A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D614A

Black with #6D614A

Text Example


Text Example

White with #6D614A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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