Html Css Color HEX #6E654F Soya Bean

📋 copy color: '#6E654F'

red 110 ◦ green 101 ◦ blue 79

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

Shades of Soya Bean #6E654F

Tints of Soya Bean #6E654F

RGB

 RED value IS 110 (43.36% from 255) = 37.93%

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

 BLUE value IS 79 (31.25% from 255) = 27.24%

R = 37.93%
G = 34.83%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.28

 K value IS 0.57

RGB Variations

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

Color information

#6E654F (or 0x6E654F) is known color: Soya Bean. HEX triplet: 6E, 65 and 4F. RGB value is (110,101,79). Sum of RGB (Red+Green+Blue) = 110+101+79=290 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.93% from 290); Green value is 101 (39.84% from 255 or 34.83% from 290); Blue value is 79 (31.25% from 255 or 27.24% from 290); Max value from RGB is 110 - color contains mainly: red. Hex color #6E654F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E654F is #919AB0. Grayscale: #656565. Windows color (decimal): -9542321 or 5203310. OLE color: 5203310.

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

Color convert

RGB 110 101 79 -
CMYK 0 0.08 0.28 0.57
HSL 42.58º 0.16% 0.37% -
HSV(B) 42.58º 0.28% 0.43% -
XYZ 12.5 13.19 9.28 -
YUV 101.18 115.48 134.29 -
System Red Green Blue C M Y K H S L
Decimal 110 101 79 0 0.08 0.28 0.57 42.58 0.16 0.37
Hex 6E 65 4F 0 8 1C 39 2B 10 25
Octal 156 145 117 0 10 34 71 53 20 45
Binary 1101110 1100101 1001111 0 1000 11100 111001 101011 10000 100101

Color Harmonies of #6E654F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E654F

Black with #6E654F

Text Example


Text Example

White with #6E654F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,101,79); }

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

background-color css

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

 a { background-color: rgb(110,101,79); }

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

border-color css

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

 span { border-color: rgb(110,101,79); }

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