Html Css Color HEX #686148 Soya Bean

📋 copy color: '#686148'

red 104 ◦ green 97 ◦ blue 72

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

Shades of Soya Bean #686148

Tints of Soya Bean #686148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 26.37%

R = 38.1%
G = 35.53%
B = 26.37%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.31

 K value IS 0.59

RGB Variations

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

Color information

#686148 (or 0x686148) is known color: Soya Bean. HEX triplet: 68, 61 and 48. RGB value is (104,97,72). Sum of RGB (Red+Green+Blue) = 104+97+72=273 (36% of max value = 765). Red value is 104 (41.02% from 255 or 38.10% from 273); Green value is 97 (38.28% from 255 or 35.53% from 273); Blue value is 72 (28.52% from 255 or 26.37% from 273); Max value from RGB is 104 - color contains mainly: red. Hex color #686148 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686148 is #979EB7. Grayscale: #606060. Windows color (decimal): -9936568 or 4743528. OLE color: 4743528.

HSL color Cylindrical-coordinate representation of color #686148: hue angle of 46.88º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #686148 is Cyan = 0, Magento = 0.07, Yellow = 0.31 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 97 72 -
CMYK 0 0.07 0.31 0.59
HSL 46.88º 0.18% 0.35% -
HSV(B) 46.88º 0.31% 0.41% -
XYZ 11.15 11.96 7.85 -
YUV 96.24 114.32 133.53 -
System Red Green Blue C M Y K H S L
Decimal 104 97 72 0 0.07 0.31 0.59 46.88 0.18 0.35
Hex 68 61 48 0 7 1F 3B 2F 12 23
Octal 150 141 110 0 7 37 73 57 22 43
Binary 1101000 1100001 1001000 0 111 11111 111011 101111 10010 100011

Color Harmonies of #686148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686148

Black with #686148

Text Example


Text Example

White with #686148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686148; }

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

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

background-color css

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

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

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

border-color css

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

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

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