#6B614A

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

Shades of Soya Bean #6B614A

Tints of Soya Bean #6B614A

Color information

#6B614A (or 0x6B614A) is unknown color: approx Soya Bean. HEX triplet: 6B, 61 and 4A. RGB value is (107,97,74). Sum of RGB (Red+Green+Blue) = 107+97+74=278 (36% of max value = 765). Red value is 107 (42.19% from 255 or 38.49% from 278); Green value is 97 (38.28% from 255 or 34.89% from 278); Blue value is 74 (29.30% from 255 or 26.62% from 278); Max value from RGB is 107 - color contains mainly: red. Hex color #6B614A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B614A is #949EB5. Grayscale: #616161. Windows color (decimal): -9739958 or 4874603. OLE color: 4874603.

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

Color convert

RGB1079774-
CMYK00.090.310.58
HSL41.82º18.23%35.49%-
HSV(B)41.82º30.84%41.96%-
XYZ11.5712.178.22-
YUV97.37114.81134.87-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 38.49%
GREEN value IS 97 (38.28% from 255) = 34.89%
BLUE value IS 74 (29.30% from 255) = 26.62%
R=38.49%
G=34.89%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.31
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107977400.090.310.5841.8218.2335.49
Hex6B614A091F3A2a1223
Octal1531411120113772522243
Binary110101111000011001010010011111111101010101010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B614A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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