#6B624F

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

Shades of Soya Bean #6B624F

Tints of Soya Bean #6B624F

Color information

#6B624F (or 0x6B624F) is unknown color: approx Soya Bean. HEX triplet: 6B, 62 and 4F. RGB value is (107,98,79). Sum of RGB (Red+Green+Blue) = 107+98+79=284 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.68% from 284); Green value is 98 (38.67% from 255 or 34.51% from 284); Blue value is 79 (31.25% from 255 or 27.82% from 284); Max value from RGB is 107 - color contains mainly: red. Hex color #6B624F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B624F is #949DB0. Grayscale: #626262. Windows color (decimal): -9739697 or 5202539. OLE color: 5202539.

HSL color Cylindrical-coordinate representation of color #6B624F: hue angle of 40.71º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6B624F is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.58.

Color convert

RGB1079879-
CMYK00.080.260.58
HSL40.71º15.05%36.47%-
HSV(B)40.71º26.17%41.96%-
XYZ11.8412.439.17-
YUV98.52116.98134.04-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 37.68%
GREEN value IS 98 (38.67% from 255) = 34.51%
BLUE value IS 79 (31.25% from 255) = 27.82%
R=37.68%
G=34.51%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.26
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107987900.080.260.5840.7115.0536.47
Hex6B624F081A3A29f24
Octal1531421170103272511744
Binary11010111100010100111101000110101110101010011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B624F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,98,79); }

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

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

 a { background-color: rgb(107,98,79); }

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

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

 span { border-color: rgb(107,98,79); }

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