Html Css Color HEX #6E5F44 Soya Bean

📋 copy color: '#6E5F44'

red 110 ◦ green 95 ◦ blue 68

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

Shades of Soya Bean #6E5F44

Tints of Soya Bean #6E5F44

RGB

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

 GREEN value IS 95 (37.5% from 255) = 34.8%

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

R = 40.29%
G = 34.8%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.38

 K value IS 0.57

RGB Variations

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

Color information

#6E5F44 (or 0x6E5F44) is known color: Soya Bean. HEX triplet: 6E, 5F and 44. RGB value is (110,95,68). Sum of RGB (Red+Green+Blue) = 110+95+68=273 (36% of max value = 765). Red value is 110 (43.36% from 255 or 40.29% from 273); Green value is 95 (37.5% from 255 or 34.80% from 273); Blue value is 68 (26.95% from 255 or 24.91% from 273); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5F44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E5F44 is #91A0BB. Grayscale: #606060. Windows color (decimal): -9543868 or 4480878. OLE color: 4480878.

HSL color Cylindrical-coordinate representation of color #6E5F44: hue angle of 38.57º 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 #6E5F44 is Cyan = 0, Magento = 0.14, Yellow = 0.38 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 95 68 -
CMYK 0 0.14 0.38 0.57
HSL 38.57º 0.24% 0.35% -
HSV(B) 38.57º 0.38% 0.43% -
XYZ 11.57 11.92 7.16 -
YUV 96.41 111.97 137.7 -
System Red Green Blue C M Y K H S L
Decimal 110 95 68 0 0.14 0.38 0.57 38.57 0.24 0.35
Hex 6E 5F 44 0 E 26 39 27 18 23
Octal 156 137 104 0 16 46 71 47 30 43
Binary 1101110 1011111 1000100 0 1110 100110 111001 100111 11000 100011

Color Harmonies of #6E5F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E5F44

Black with #6E5F44

Text Example


Text Example

White with #6E5F44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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