#6B6046

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

Shades of Soya Bean #6B6046

Tints of Soya Bean #6B6046

Color information

#6B6046 (or 0x6B6046) is unknown color: approx Soya Bean. HEX triplet: 6B, 60 and 46. RGB value is (107,96,70). Sum of RGB (Red+Green+Blue) = 107+96+70=273 (36% of max value = 765). Red value is 107 (42.19% from 255 or 39.19% from 273); Green value is 96 (37.89% from 255 or 35.16% from 273); Blue value is 70 (27.73% from 255 or 25.64% from 273); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6046 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B6046 is #949FB9. Grayscale: #606060. Windows color (decimal): -9740218 or 4612203. OLE color: 4612203.

HSL color Cylindrical-coordinate representation of color #6B6046: hue angle of 42.16º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6B6046 is Cyan = 0, Magento = 0.10, Yellow = 0.35 and Black (K on CMYK) = 0.58.

Color convert

RGB1079670-
CMYK00.100.350.58
HSL42.16º20.9%34.71%-
HSV(B)42.16º34.58%41.96%-
XYZ11.3511.937.5-
YUV96.32113.14135.61-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 39.19%
GREEN value IS 96 (37.89% from 255) = 35.16%
BLUE value IS 70 (27.73% from 255) = 25.64%
R=39.19%
G=35.16%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.35
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107967000.100.350.5842.1620.934.71
Hex6B60460A233A2a1523
Octal1531401060124372522543
Binary1101011110000010001100101010001111101010101010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B6046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,96,70); }

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

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

 a { background-color: rgb(107,96,70); }

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

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

 span { border-color: rgb(107,96,70); }

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