#6B6346

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

Shades of Soya Bean #6B6346

Tints of Soya Bean #6B6346

Color information

#6B6346 (or 0x6B6346) is unknown color: approx Soya Bean. HEX triplet: 6B, 63 and 46. RGB value is (107,99,70). Sum of RGB (Red+Green+Blue) = 107+99+70=276 (36% of max value = 765). Red value is 107 (42.19% from 255 or 38.77% from 276); Green value is 99 (39.06% from 255 or 35.87% from 276); Blue value is 70 (27.73% from 255 or 25.36% from 276); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6346 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B6346 is #949CB9. Grayscale: #626262. Windows color (decimal): -9739450 or 4612971. OLE color: 4612971.

HSL color Cylindrical-coordinate representation of color #6B6346: hue angle of 47.03º 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 #6B6346 is Cyan = 0, Magento = 0.07, Yellow = 0.35 and Black (K on CMYK) = 0.58.

Color convert

RGB1079970-
CMYK00.070.350.58
HSL47.03º20.9%34.71%-
HSV(B)47.03º34.58%41.96%-
XYZ11.6312.497.59-
YUV98.09112.15134.36-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 38.77%
GREEN value IS 99 (39.06% from 255) = 35.87%
BLUE value IS 70 (27.73% from 255) = 25.36%
R=38.77%
G=35.87%
B=25.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.35
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107997000.070.350.5847.0320.934.71
Hex6B634607233A2f1523
Octal153143106074372572543
Binary110101111000111000110011110001111101010111110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B6346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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