Html Css Color HEX #686145 Soya Bean

📋 copy color: '#686145'

red 104 ◦ green 97 ◦ blue 69

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

Shades of Soya Bean #686145

Tints of Soya Bean #686145

RGB

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

 GREEN value IS 97 (38.28% from 255) = 35.93%

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

R = 38.52%
G = 35.93%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.34

 K value IS 0.59

RGB Variations

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

Color information

#686145 (or 0x686145) is known color: Soya Bean. HEX triplet: 68, 61 and 45. RGB value is (104,97,69). Sum of RGB (Red+Green+Blue) = 104+97+69=270 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.52% from 270); Green value is 97 (38.28% from 255 or 35.93% from 270); Blue value is 69 (27.34% from 255 or 25.56% from 270); Max value from RGB is 104 - color contains mainly: red. Hex color #686145 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686145 is #979EBA. Grayscale: #606060. Windows color (decimal): -9936571 or 4546920. OLE color: 4546920.

HSL color Cylindrical-coordinate representation of color #686145: hue angle of 48º 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 #686145 is Cyan = 0, Magento = 0.07, Yellow = 0.34 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 97 69 -
CMYK 0 0.07 0.34 0.59
HSL 48º 0.2% 0.34% -
HSV(B) 48º 0.34% 0.41% -
XYZ 11.06 11.92 7.35 -
YUV 95.9 112.82 133.78 -
System Red Green Blue C M Y K H S L
Decimal 104 97 69 0 0.07 0.34 0.59 48 0.2 0.34
Hex 68 61 45 0 7 22 3B 30 14 22
Octal 150 141 105 0 7 42 73 60 24 42
Binary 1101000 1100001 1000101 0 111 100010 111011 110000 10100 100010

Color Harmonies of #686145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686145

Black with #686145

Text Example


Text Example

White with #686145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686145; }

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

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

background-color css

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

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

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

border-color css

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

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

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