Html Css Color HEX #685F4B Soya Bean

📋 copy color: '#685F4B'

red 104 ◦ green 95 ◦ blue 75

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

Shades of Soya Bean #685F4B

Tints of Soya Bean #685F4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 27.37%

R = 37.96%
G = 34.67%
B = 27.37%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.28

 K value IS 0.59

RGB Variations

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

Color information

#685F4B (or 0x685F4B) is known color: Soya Bean. HEX triplet: 68, 5F and 4B. RGB value is (104,95,75). Sum of RGB (Red+Green+Blue) = 104+95+75=274 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.96% from 274); Green value is 95 (37.5% from 255 or 34.67% from 274); Blue value is 75 (29.69% from 255 or 27.37% from 274); Max value from RGB is 104 - color contains mainly: red. Hex color #685F4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685F4B is #97A0B4. Grayscale: #5F5F5F. Windows color (decimal): -9937077 or 4939624. OLE color: 4939624.

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

Color convert

RGB 104 95 75 -
CMYK 0 0.09 0.28 0.59
HSL 41.38º 0.16% 0.35% -
HSV(B) 41.38º 0.28% 0.41% -
XYZ 11.07 11.64 8.32 -
YUV 95.41 116.48 134.13 -
System Red Green Blue C M Y K H S L
Decimal 104 95 75 0 0.09 0.28 0.59 41.38 0.16 0.35
Hex 68 5F 4B 0 9 1C 3B 29 10 23
Octal 150 137 113 0 11 34 73 51 20 43
Binary 1101000 1011111 1001011 0 1001 11100 111011 101001 10000 100011

Color Harmonies of #685F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685F4B

Black with #685F4B

Text Example


Text Example

White with #685F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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