#6F634D

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

Shades of Soya Bean #6F634D

Tints of Soya Bean #6F634D

Color information

#6F634D (or 0x6F634D) is unknown color: approx Soya Bean. HEX triplet: 6F, 63 and 4D. RGB value is (111,99,77). Sum of RGB (Red+Green+Blue) = 111+99+77=287 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.68% from 287); Green value is 99 (39.06% from 255 or 34.49% from 287); Blue value is 77 (30.47% from 255 or 26.83% from 287); Max value from RGB is 111 - color contains mainly: red. Hex color #6F634D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F634D is #909CB2. Grayscale: #646464. Windows color (decimal): -9477299 or 5071727. OLE color: 5071727.

HSL color Cylindrical-coordinate representation of color #6F634D: hue angle of 38.82º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6F634D is Cyan = 0, Magento = 0.11, Yellow = 0.31 and Black (K on CMYK) = 0.56.

Color convert

RGB1119977-
CMYK00.110.310.56
HSL38.82º18.09%36.86%-
HSV(B)38.82º30.63%43.53%-
XYZ12.3612.848.85-
YUV100.08114.98135.79-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 38.68%
GREEN value IS 99 (39.06% from 255) = 34.49%
BLUE value IS 77 (30.47% from 255) = 26.83%
R=38.68%
G=34.49%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.31
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111997700.110.310.5638.8218.0936.86
Hex6F634D0B1F38271225
Octal1571431150133770472245
Binary110111111000111001101010111111111100010011110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F634D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,99,77); }

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

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

 a { background-color: rgb(111,99,77); }

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

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

 span { border-color: rgb(111,99,77); }

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