Html Css Color HEX #685F4A Soya Bean

📋 copy color: '#685F4A'

red 104 ◦ green 95 ◦ blue 74

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

Shades of Soya Bean #685F4A

Tints of Soya Bean #685F4A

RGB

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

 GREEN value IS 95 (37.5% from 255) = 34.8%

 BLUE value IS 74 (29.3% from 255) = 27.11%

R = 38.1%
G = 34.8%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.29

 K value IS 0.59

RGB Variations

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

Color information

#685F4A (or 0x685F4A) is known color: Soya Bean. HEX triplet: 68, 5F and 4A. RGB value is (104,95,74). Sum of RGB (Red+Green+Blue) = 104+95+74=273 (36% of max value = 765). Red value is 104 (41.02% from 255 or 38.10% from 273); Green value is 95 (37.5% from 255 or 34.80% from 273); Blue value is 74 (29.30% from 255 or 27.11% from 273); Max value from RGB is 104 - color contains mainly: red. Hex color #685F4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685F4A is #97A0B5. Grayscale: #5F5F5F. Windows color (decimal): -9937078 or 4874088. OLE color: 4874088.

HSL color Cylindrical-coordinate representation of color #685F4A: hue angle of 42º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #685F4A is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 95 74 -
CMYK 0 0.09 0.29 0.59
HSL 42º 0.17% 0.35% -
HSV(B) 42º 0.29% 0.41% -
XYZ 11.04 11.62 8.14 -
YUV 95.3 115.98 134.21 -
System Red Green Blue C M Y K H S L
Decimal 104 95 74 0 0.09 0.29 0.59 42 0.17 0.35
Hex 68 5F 4A 0 9 1D 3B 2A 11 23
Octal 150 137 112 0 11 35 73 52 21 43
Binary 1101000 1011111 1001010 0 1001 11101 111011 101010 10001 100011

Color Harmonies of #685F4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685F4A

Black with #685F4A

Text Example


Text Example

White with #685F4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685F4A; }

 p { color: rgb(104,95,74); }

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

background-color css

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

 a { background-color: rgb(104,95,74); }

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

border-color css

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

 span { border-color: rgb(104,95,74); }

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