Html Css Color HEX #686046 Soya Bean

📋 copy color: '#686046'

red 104 ◦ green 96 ◦ blue 70

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

Shades of Soya Bean #686046

Tints of Soya Bean #686046

RGB

 RED value IS 104 (41.02% from 255) = 38.52%

 GREEN value IS 96 (37.89% from 255) = 35.56%

 BLUE value IS 70 (27.73% from 255) = 25.93%

R = 38.52%
G = 35.56%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.33

 K value IS 0.59

RGB Variations

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

Color information

#686046 (or 0x686046) is known color: Soya Bean. HEX triplet: 68, 60 and 46. RGB value is (104,96,70). Sum of RGB (Red+Green+Blue) = 104+96+70=270 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.52% from 270); Green value is 96 (37.89% from 255 or 35.56% from 270); Blue value is 70 (27.73% from 255 or 25.93% from 270); Max value from RGB is 104 - color contains mainly: red. Hex color #686046 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686046 is #979FB9. Grayscale: #5F5F5F. Windows color (decimal): -9936826 or 4612200. OLE color: 4612200.

HSL color Cylindrical-coordinate representation of color #686046: hue angle of 45.88º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #686046 is Cyan = 0, Magento = 0.08, Yellow = 0.33 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 96 70 -
CMYK 0 0.08 0.33 0.59
HSL 45.88º 0.2% 0.34% -
HSV(B) 45.88º 0.33% 0.41% -
XYZ 11 11.75 7.48 -
YUV 95.43 113.65 134.11 -
System Red Green Blue C M Y K H S L
Decimal 104 96 70 0 0.08 0.33 0.59 45.88 0.2 0.34
Hex 68 60 46 0 8 21 3B 2E 14 22
Octal 150 140 106 0 10 41 73 56 24 42
Binary 1101000 1100000 1000110 0 1000 100001 111011 101110 10100 100010

Color Harmonies of #686046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686046

Black with #686046

Text Example


Text Example

White with #686046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686046; }

 p { color: rgb(104,96,70); }

 H1.HeaderClassName
 {
   color: #686046;
 }
 .AnyTagClassName
 {
   color: #686046;
 }
</style>

background-color css

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

 a { background-color: rgb(104,96,70); }

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

border-color css

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

 span { border-color: rgb(104,96,70); }

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