Html Css Color HEX #685359 Finn

📋 copy color: '#685359'

red 104 ◦ green 83 ◦ blue 89

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

Shades of Finn #685359

Tints of Finn #685359

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.07%

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

R = 37.68%
G = 30.07%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.14

 K value IS 0.59

RGB Variations

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

Color information

#685359 (or 0x685359) is known color: Finn. HEX triplet: 68, 53 and 59. RGB value is (104,83,89). Sum of RGB (Red+Green+Blue) = 104+83+89=276 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.68% from 276); Green value is 83 (32.81% from 255 or 30.07% from 276); Blue value is 89 (35.16% from 255 or 32.25% from 276); Max value from RGB is 104 - color contains mainly: red. Hex color #685359 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685359 is #97ACA6. Grayscale: #595959. Windows color (decimal): -9940135 or 5854056. OLE color: 5854056.

HSL color Cylindrical-coordinate representation of color #685359: hue angle of 342.86º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #685359 is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 83 89 -
CMYK 0 0.20 0.14 0.59
HSL 342.86º 0.11% 0.37% -
HSV(B) 342.86º 0.2% 0.41% -
XYZ 10.61 9.85 10.79 -
YUV 89.96 127.46 138.01 -
System Red Green Blue C M Y K H S L
Decimal 104 83 89 0 0.20 0.14 0.59 342.86 0.11 0.37
Hex 68 53 59 0 14 E 3B 157 B 25
Octal 150 123 131 0 24 16 73 527 13 45
Binary 1101000 1010011 1011001 0 10100 1110 111011 101010111 1011 100101

Color Harmonies of #685359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685359

Black with #685359

Text Example


Text Example

White with #685359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685359; }

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

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

background-color css

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

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

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

border-color css

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

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

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