Html Css Color HEX #6E5E48 Soya Bean

📋 copy color: '#6E5E48'

red 110 ◦ green 94 ◦ blue 72

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

Shades of Soya Bean #6E5E48

Tints of Soya Bean #6E5E48

RGB

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

 GREEN value IS 94 (37.11% from 255) = 34.06%

 BLUE value IS 72 (28.52% from 255) = 26.09%

R = 39.86%
G = 34.06%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.35

 K value IS 0.57

RGB Variations

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

Color information

#6E5E48 (or 0x6E5E48) is known color: Soya Bean. HEX triplet: 6E, 5E and 48. RGB value is (110,94,72). Sum of RGB (Red+Green+Blue) = 110+94+72=276 (36% of max value = 765). Red value is 110 (43.36% from 255 or 39.86% from 276); Green value is 94 (37.11% from 255 or 34.06% from 276); Blue value is 72 (28.52% from 255 or 26.09% from 276); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5E48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E5E48 is #91A1B7. Grayscale: #606060. Windows color (decimal): -9544120 or 4742766. OLE color: 4742766.

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

Color convert

RGB 110 94 72 -
CMYK 0 0.15 0.35 0.57
HSL 34.74º 0.21% 0.36% -
HSV(B) 34.74º 0.35% 0.43% -
XYZ 11.6 11.79 7.79 -
YUV 96.28 114.3 137.79 -
System Red Green Blue C M Y K H S L
Decimal 110 94 72 0 0.15 0.35 0.57 34.74 0.21 0.36
Hex 6E 5E 48 0 F 23 39 23 15 24
Octal 156 136 110 0 17 43 71 43 25 44
Binary 1101110 1011110 1001000 0 1111 100011 111001 100011 10101 100100

Color Harmonies of #6E5E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E5E48

Black with #6E5E48

Text Example


Text Example

White with #6E5E48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,94,72); }

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

background-color css

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

 a { background-color: rgb(110,94,72); }

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

border-color css

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

 span { border-color: rgb(110,94,72); }

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