Html Css Color HEX #6E604A Soya Bean

📋 copy color: '#6E604A'

red 110 ◦ green 96 ◦ blue 74

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

Shades of Soya Bean #6E604A

Tints of Soya Bean #6E604A

RGB

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

 GREEN value IS 96 (37.89% from 255) = 34.29%

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

R = 39.29%
G = 34.29%
B = 26.43%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.33

 K value IS 0.57

RGB Variations

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

Color information

#6E604A (or 0x6E604A) is known color: Soya Bean. HEX triplet: 6E, 60 and 4A. RGB value is (110,96,74). Sum of RGB (Red+Green+Blue) = 110+96+74=280 (37% of max value = 765). Red value is 110 (43.36% from 255 or 39.29% from 280); Green value is 96 (37.89% from 255 or 34.29% from 280); Blue value is 74 (29.30% from 255 or 26.43% from 280); Max value from RGB is 110 - color contains mainly: red. Hex color #6E604A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E604A is #919FB5. Grayscale: #616161. Windows color (decimal): -9543606 or 4874350. OLE color: 4874350.

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

Color convert

RGB 110 96 74 -
CMYK 0 0.13 0.33 0.57
HSL 36.67º 0.2% 0.36% -
HSV(B) 36.67º 0.33% 0.43% -
XYZ 11.85 12.18 8.2 -
YUV 97.68 114.64 136.79 -
System Red Green Blue C M Y K H S L
Decimal 110 96 74 0 0.13 0.33 0.57 36.67 0.2 0.36
Hex 6E 60 4A 0 D 21 39 25 14 24
Octal 156 140 112 0 15 41 71 45 24 44
Binary 1101110 1100000 1001010 0 1101 100001 111001 100101 10100 100100

Color Harmonies of #6E604A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E604A

Black with #6E604A

Text Example


Text Example

White with #6E604A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,96,74); }

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

background-color css

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

 a { background-color: rgb(110,96,74); }

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

border-color css

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

 span { border-color: rgb(110,96,74); }

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