Html Css Color HEX #684550 Finn

📋 copy color: '#684550'

red 104 ◦ green 69 ◦ blue 80

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

Shades of Finn #684550

Tints of Finn #684550

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.27%

 BLUE value IS 80 (31.64% from 255) = 31.62%

R = 41.11%
G = 27.27%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.23

 K value IS 0.59

RGB Variations

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

Color information

#684550 (or 0x684550) is known color: Finn. HEX triplet: 68, 45 and 50. RGB value is (104,69,80). Sum of RGB (Red+Green+Blue) = 104+69+80=253 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.11% from 253); Green value is 69 (27.34% from 255 or 27.27% from 253); Blue value is 80 (31.64% from 255 or 31.62% from 253); Max value from RGB is 104 - color contains mainly: red. Hex color #684550 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684550 is #97BAAF. Grayscale: #505050. Windows color (decimal): -9943728 or 5260648. OLE color: 5260648.

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

Color convert

RGB 104 69 80 -
CMYK 0 0.34 0.23 0.59
HSL 341.14º 0.2% 0.34% -
HSV(B) 341.14º 0.34% 0.41% -
XYZ 9.29 7.78 8.6 -
YUV 80.72 127.6 144.61 -
System Red Green Blue C M Y K H S L
Decimal 104 69 80 0 0.34 0.23 0.59 341.14 0.2 0.34
Hex 68 45 50 0 22 17 3B 155 14 22
Octal 150 105 120 0 42 27 73 525 24 42
Binary 1101000 1000101 1010000 0 100010 10111 111011 101010101 10100 100010

Color Harmonies of #684550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684550

Black with #684550

Text Example


Text Example

White with #684550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684550; }

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

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

background-color css

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

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

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

border-color css

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

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

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