Html Css Color HEX #6E654C Soya Bean

📋 copy color: '#6E654C'

red 110 ◦ green 101 ◦ blue 76

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

Shades of Soya Bean #6E654C

Tints of Soya Bean #6E654C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 26.48%

R = 38.33%
G = 35.19%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.31

 K value IS 0.57

RGB Variations

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

Color information

#6E654C (or 0x6E654C) is known color: Soya Bean. HEX triplet: 6E, 65 and 4C. RGB value is (110,101,76). Sum of RGB (Red+Green+Blue) = 110+101+76=287 (38% of max value = 765). Red value is 110 (43.36% from 255 or 38.33% from 287); Green value is 101 (39.84% from 255 or 35.19% from 287); Blue value is 76 (30.08% from 255 or 26.48% from 287); Max value from RGB is 110 - color contains mainly: red. Hex color #6E654C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E654C is #919AB3. Grayscale: #646464. Windows color (decimal): -9542324 or 5006702. OLE color: 5006702.

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

Color convert

RGB 110 101 76 -
CMYK 0 0.08 0.31 0.57
HSL 44.12º 0.18% 0.36% -
HSV(B) 44.12º 0.31% 0.43% -
XYZ 12.39 13.14 8.72 -
YUV 100.84 113.98 134.53 -
System Red Green Blue C M Y K H S L
Decimal 110 101 76 0 0.08 0.31 0.57 44.12 0.18 0.36
Hex 6E 65 4C 0 8 1F 39 2C 12 24
Octal 156 145 114 0 10 37 71 54 22 44
Binary 1101110 1100101 1001100 0 1000 11111 111001 101100 10010 100100

Color Harmonies of #6E654C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E654C

Black with #6E654C

Text Example


Text Example

White with #6E654C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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