#6c624c

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

Shades of Soya Bean #6C624C

Tints of Soya Bean #6C624C

Color information

#6C624C (or 0x6C624C) is unknown color: approx Soya Bean. HEX triplet: 6C, 62 and 4C. RGB value is (108,98,76). Sum of RGB (Red+Green+Blue) = 108+98+76=282 (37% of max value = 765). Red value is 108 (42.58% from 255 or 38.30% from 282); Green value is 98 (38.67% from 255 or 34.75% from 282); Blue value is 76 (30.08% from 255 or 26.95% from 282); Max value from RGB is 108 - color contains mainly: red. Hex color #6C624C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C624C is #939DB3. Grayscale: #626262. Windows color (decimal): -9674164 or 5005932. OLE color: 5005932.

HSL color Cylindrical-coordinate representation of color #6C624C: hue angle of 41.25º degrees, saturation: 0.17, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6C624C is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.58.

Color convert

RGB1089876-
CMYK00.090.300.58
HSL41.25º17.39%36.08%-
HSV(B)41.25º29.63%42.35%-
XYZ11.8612.458.61-
YUV98.48115.31134.79-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 38.30%
GREEN value IS 98 (38.67% from 255) = 34.75%
BLUE value IS 76 (30.08% from 255) = 26.95%
R=38.30%
G=34.75%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.30
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108987600.090.300.5841.2517.3936.08
Hex6C624C091E3A291124
Octal1541421140113672512144
Binary110110011000101001100010011111011101010100110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6c624c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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