Html Css Color HEX #686045 Soya Bean

📋 copy color: '#686045'

red 104 ◦ green 96 ◦ blue 69

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

Shades of Soya Bean #686045

Tints of Soya Bean #686045

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 25.65%

R = 38.66%
G = 35.69%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.34

 K value IS 0.59

RGB Variations

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

Color information

#686045 (or 0x686045) is known color: Soya Bean. HEX triplet: 68, 60 and 45. RGB value is (104,96,69). Sum of RGB (Red+Green+Blue) = 104+96+69=269 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.66% from 269); Green value is 96 (37.89% from 255 or 35.69% from 269); Blue value is 69 (27.34% from 255 or 25.65% from 269); Max value from RGB is 104 - color contains mainly: red. Hex color #686045 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686045 is #979FBA. Grayscale: #5F5F5F. Windows color (decimal): -9936827 or 4546664. OLE color: 4546664.

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

Color convert

RGB 104 96 69 -
CMYK 0 0.08 0.34 0.59
HSL 46.29º 0.2% 0.34% -
HSV(B) 46.29º 0.34% 0.41% -
XYZ 10.97 11.74 7.32 -
YUV 95.31 113.15 134.2 -
System Red Green Blue C M Y K H S L
Decimal 104 96 69 0 0.08 0.34 0.59 46.29 0.2 0.34
Hex 68 60 45 0 8 22 3B 2E 14 22
Octal 150 140 105 0 10 42 73 56 24 42
Binary 1101000 1100000 1000101 0 1000 100010 111011 101110 10100 100010

Color Harmonies of #686045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686045

Black with #686045

Text Example


Text Example

White with #686045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686045; }

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

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

background-color css

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

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

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

border-color css

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

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

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