Html Css Color HEX #685059 Finn

📋 copy color: '#685059'

red 104 ◦ green 80 ◦ blue 89

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

Shades of Finn #685059

Tints of Finn #685059

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.3%

 BLUE value IS 89 (35.16% from 255) = 32.6%

R = 38.1%
G = 29.3%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.14

 K value IS 0.59

RGB Variations

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

Color information

#685059 (or 0x685059) is known color: Finn. HEX triplet: 68, 50 and 59. RGB value is (104,80,89). Sum of RGB (Red+Green+Blue) = 104+80+89=273 (36% of max value = 765). Red value is 104 (41.02% from 255 or 38.10% from 273); Green value is 80 (31.64% from 255 or 29.30% from 273); Blue value is 89 (35.16% from 255 or 32.60% from 273); Max value from RGB is 104 - color contains mainly: red. Hex color #685059 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685059 is #97AFA6. Grayscale: #585858. Windows color (decimal): -9940903 or 5853288. OLE color: 5853288.

HSL color Cylindrical-coordinate representation of color #685059: hue angle of 337.5º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #685059 is Cyan = 0, Magento = 0.23, Yellow = 0.14 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 80 89 -
CMYK 0 0.23 0.14 0.59
HSL 337.5º 0.13% 0.36% -
HSV(B) 337.5º 0.23% 0.41% -
XYZ 10.38 9.4 10.72 -
YUV 88.2 128.45 139.27 -
System Red Green Blue C M Y K H S L
Decimal 104 80 89 0 0.23 0.14 0.59 337.5 0.13 0.36
Hex 68 50 59 0 17 E 3B 152 D 24
Octal 150 120 131 0 27 16 73 522 15 44
Binary 1101000 1010000 1011001 0 10111 1110 111011 101010010 1101 100100

Color Harmonies of #685059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685059

Black with #685059

Text Example


Text Example

White with #685059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685059; }

 p { color: rgb(104,80,89); }

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

background-color css

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

 a { background-color: rgb(104,80,89); }

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

border-color css

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

 span { border-color: rgb(104,80,89); }

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