#6B604A

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

Shades of Soya Bean #6B604A

Tints of Soya Bean #6B604A

Color information

#6B604A (or 0x6B604A) is unknown color: approx Soya Bean. HEX triplet: 6B, 60 and 4A. RGB value is (107,96,74). Sum of RGB (Red+Green+Blue) = 107+96+74=277 (36% of max value = 765). Red value is 107 (42.19% from 255 or 38.63% from 277); Green value is 96 (37.89% from 255 or 34.66% from 277); Blue value is 74 (29.30% from 255 or 26.71% from 277); Max value from RGB is 107 - color contains mainly: red. Hex color #6B604A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B604A is #949FB5. Grayscale: #606060. Windows color (decimal): -9740214 or 4874347. OLE color: 4874347.

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

Color convert

RGB1079674-
CMYK00.100.310.58
HSL40º18.23%35.49%-
HSV(B)40º30.84%41.96%-
XYZ11.4811.998.19-
YUV96.78115.14135.29-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 38.63%
GREEN value IS 96 (37.89% from 255) = 34.66%
BLUE value IS 74 (29.30% from 255) = 26.71%
R=38.63%
G=34.66%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.31
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107967400.100.310.584018.2335.49
Hex6B604A0A1F3A281223
Octal1531401120123772502243
Binary110101111000001001010010101111111101010100010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B604A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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