#6F624C

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

Shades of Soya Bean #6F624C

Tints of Soya Bean #6F624C

Color information

#6F624C (or 0x6F624C) is unknown color: approx Soya Bean. HEX triplet: 6F, 62 and 4C. RGB value is (111,98,76). Sum of RGB (Red+Green+Blue) = 111+98+76=285 (37% of max value = 765). Red value is 111 (43.75% from 255 or 38.95% from 285); Green value is 98 (38.67% from 255 or 34.39% from 285); Blue value is 76 (30.08% from 255 or 26.67% from 285); Max value from RGB is 111 - color contains mainly: red. Hex color #6F624C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F624C is #909DB3. Grayscale: #636363. Windows color (decimal): -9477556 or 5005935. OLE color: 5005935.

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

Color convert

RGB1119876-
CMYK00.120.320.56
HSL37.71º18.72%36.67%-
HSV(B)37.71º31.53%43.53%-
XYZ12.2312.648.63-
YUV99.38114.81136.29-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 38.95%
GREEN value IS 98 (38.67% from 255) = 34.39%
BLUE value IS 76 (30.08% from 255) = 26.67%
R=38.95%
G=34.39%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.32
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111987600.120.320.5637.7118.7236.67
Hex6F624C0C2038261325
Octal1571421140144070462345
Binary1101111110001010011000110010000011100010011010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F624C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,98,76); }

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

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

 a { background-color: rgb(111,98,76); }

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

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

 span { border-color: rgb(111,98,76); }

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