Html Css Color HEX #6E6144 Soya Bean

📋 copy color: '#6E6144'

red 110 ◦ green 97 ◦ blue 68

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

Shades of Soya Bean #6E6144

Tints of Soya Bean #6E6144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 24.73%

R = 40%
G = 35.27%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.38

 K value IS 0.57

RGB Variations

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

Color information

#6E6144 (or 0x6E6144) is known color: Soya Bean. HEX triplet: 6E, 61 and 44. RGB value is (110,97,68). Sum of RGB (Red+Green+Blue) = 110+97+68=275 (36% of max value = 765). Red value is 110 (43.36% from 255 or 40% from 275); Green value is 97 (38.28% from 255 or 35.27% from 275); Blue value is 68 (26.95% from 255 or 24.73% from 275); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6144 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E6144 is #919EBB. Grayscale: #616161. Windows color (decimal): -9543356 or 4481390. OLE color: 4481390.

HSL color Cylindrical-coordinate representation of color #6E6144: hue angle of 41.43º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6E6144 is Cyan = 0, Magento = 0.12, Yellow = 0.38 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 97 68 -
CMYK 0 0.12 0.38 0.57
HSL 41.43º 0.24% 0.35% -
HSV(B) 41.43º 0.38% 0.43% -
XYZ 11.75 12.28 7.22 -
YUV 97.58 111.31 136.86 -
System Red Green Blue C M Y K H S L
Decimal 110 97 68 0 0.12 0.38 0.57 41.43 0.24 0.35
Hex 6E 61 44 0 C 26 39 29 18 23
Octal 156 141 104 0 14 46 71 51 30 43
Binary 1101110 1100001 1000100 0 1100 100110 111001 101001 11000 100011

Color Harmonies of #6E6144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E6144

Black with #6E6144

Text Example


Text Example

White with #6E6144

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,97,68); }

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

background-color css

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

 a { background-color: rgb(110,97,68); }

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

border-color css

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

 span { border-color: rgb(110,97,68); }

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