#686252

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

Shades of Soya Bean #686252

Tints of Soya Bean #686252

Color information

#686252 (or 0x686252) is unknown color: approx Soya Bean. HEX triplet: 68, 62 and 52. RGB value is (104,98,82). Sum of RGB (Red+Green+Blue) = 104+98+82=284 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.62% from 284); Green value is 98 (38.67% from 255 or 34.51% from 284); Blue value is 82 (32.42% from 255 or 28.87% from 284); Max value from RGB is 104 - color contains mainly: red. Hex color #686252 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686252 is #979DAD. Grayscale: #626262. Windows color (decimal): -9936302 or 5399144. OLE color: 5399144.

HSL color Cylindrical-coordinate representation of color #686252: hue angle of 43.64º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #686252 is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.59.

Color convert

RGB1049882-
CMYK00.060.210.59
HSL43.64º11.83%36.47%-
HSV(B)43.64º21.15%40.78%-
XYZ11.612.299.74-
YUV97.97118.99132.3-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.62%
GREEN value IS 98 (38.67% from 255) = 34.51%
BLUE value IS 82 (32.42% from 255) = 28.87%
R=36.62%
G=34.51%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.21
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104988200.060.210.5943.6411.8336.47
Hex68625206153B2cc24
Octal150142122062573541444
Binary1101000110001010100100110101011110111011001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686252; }

 p { color: rgb(104,98,82); }

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

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

 a { background-color: rgb(104,98,82); }

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

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

 span { border-color: rgb(104,98,82); }

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