#675E46

Color #675E46 Soya Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Soya Bean #675E46

Tints of Soya Bean #675E46

Color information

#675E46 (or 0x675E46) is unknown color: approx Soya Bean. HEX triplet: 67, 5E and 46. RGB value is (103,94,70). Sum of RGB (Red+Green+Blue) = 103+94+70=267 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.58% from 267); Green value is 94 (37.11% from 255 or 35.21% from 267); Blue value is 70 (27.73% from 255 or 26.22% from 267); Max value from RGB is 103 - color contains mainly: red. Hex color #675E46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #675E46 is #98A1B9. Grayscale: #5E5E5E. Windows color (decimal): -10002874 or 4611687. OLE color: 4611687.

HSL color Cylindrical-coordinate representation of color #675E46: hue angle of 43.64º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #675E46 is Cyan = 0, Magento = 0.09, Yellow = 0.32 and Black (K on CMYK) = 0.60.

Color convert

RGB1039470-
CMYK00.090.320.60
HSL43.64º19.08%33.92%-
HSV(B)43.64º32.04%40.39%-
XYZ10.711.337.42-
YUV93.96114.48134.45-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 38.58%
GREEN value IS 94 (37.11% from 255) = 35.21%
BLUE value IS 70 (27.73% from 255) = 26.22%
R=38.58%
G=35.21%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.32
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103947000.090.320.6043.6419.0833.92
Hex675E4609203C2c1322
Octal1471361060114074542342
Binary1100111101111010001100100110000011110010110010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #675E46; }

 p { color: rgb(103,94,70); }

 H1.HeaderClassName
 {
   color: #675E46;
 }
 .AnyTagClassName
 {
   color: #675E46;
 }
</style>
background-color css

<style>
 a { background-color: #675E46; }

 a { background-color: rgb(103,94,70); }

 div.DivClassName
 {
   background-color: #675E46;
 }
 .BgClassName
 {
   background-color: #675E46;
 }
</style>
border-color css

<style>
 span { border-color: #675E46; }

 span { border-color: rgb(103,94,70); }

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