Html Css Color HEX #686252 Soya Bean

📋 copy color: '#686252'

red 104 ◦ green 98 ◦ blue 82

#686252
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Soya Bean #686252

Tints of Soya Bean #686252

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 value IS 0

 M value IS 0.06

 Y value IS 0.21

 K value IS 0.59

RGB Variations

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

Color information

#686252 (or 0x686252) is known color: 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

RGB 104 98 82 -
CMYK 0 0.06 0.21 0.59
HSL 43.64º 0.12% 0.36% -
HSV(B) 43.64º 0.21% 0.41% -
XYZ 11.6 12.29 9.74 -
YUV 97.97 118.99 132.3 -
System Red Green Blue C M Y K H S L
Decimal 104 98 82 0 0.06 0.21 0.59 43.64 0.12 0.36
Hex 68 62 52 0 6 15 3B 2C C 24
Octal 150 142 122 0 6 25 73 54 14 44
Binary 1101000 1100010 1010010 0 110 10101 111011 101100 1100 100100

Color Harmonies of #686252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686252

Black with #686252

Text Example


Text Example

White with #686252

Text Example


Text Example

HTML Codes & Css Web 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>