Html Css Color HEX #6E634A Soya Bean

📋 copy color: '#6E634A'

red 110 ◦ green 99 ◦ blue 74

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

Shades of Soya Bean #6E634A

Tints of Soya Bean #6E634A

RGB

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

 GREEN value IS 99 (39.06% from 255) = 34.98%

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

R = 38.87%
G = 34.98%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.33

 K value IS 0.57

RGB Variations

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

Color information

#6E634A (or 0x6E634A) is known color: Soya Bean. HEX triplet: 6E, 63 and 4A. RGB value is (110,99,74). Sum of RGB (Red+Green+Blue) = 110+99+74=283 (37% of max value = 765). Red value is 110 (43.36% from 255 or 38.87% from 283); Green value is 99 (39.06% from 255 or 34.98% from 283); Blue value is 74 (29.30% from 255 or 26.15% from 283); Max value from RGB is 110 - color contains mainly: red. Hex color #6E634A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E634A is #919CB5. Grayscale: #636363. Windows color (decimal): -9542838 or 4875118. OLE color: 4875118.

HSL color Cylindrical-coordinate representation of color #6E634A: hue angle of 41.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 #6E634A is Cyan = 0, Magento = 0.1, Yellow = 0.33 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 99 74 -
CMYK 0 0.1 0.33 0.57
HSL 41.67º 0.2% 0.36% -
HSV(B) 41.67º 0.33% 0.43% -
XYZ 12.13 12.73 8.3 -
YUV 99.44 113.64 135.53 -
System Red Green Blue C M Y K H S L
Decimal 110 99 74 0 0.1 0.33 0.57 41.67 0.2 0.36
Hex 6E 63 4A 0 A 21 39 2A 14 24
Octal 156 143 112 0 12 41 71 52 24 44
Binary 1101110 1100011 1001010 0 1010 100001 111001 101010 10100 100100

Color Harmonies of #6E634A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E634A

Black with #6E634A

Text Example


Text Example

White with #6E634A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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