Html Css Color HEX #684455 Finn

📋 copy color: '#684455'

red 104 ◦ green 68 ◦ blue 85

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

Shades of Finn #684455

Tints of Finn #684455

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.46%

 BLUE value IS 85 (33.59% from 255) = 33.07%

R = 40.47%
G = 26.46%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.18

 K value IS 0.59

RGB Variations

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

Color information

#684455 (or 0x684455) is known color: Finn. HEX triplet: 68, 44 and 55. RGB value is (104,68,85). Sum of RGB (Red+Green+Blue) = 104+68+85=257 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.47% from 257); Green value is 68 (26.95% from 255 or 26.46% from 257); Blue value is 85 (33.59% from 255 or 33.07% from 257); Max value from RGB is 104 - color contains mainly: red. Hex color #684455 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684455 is #97BBAA. Grayscale: #505050. Windows color (decimal): -9943979 or 5588072. OLE color: 5588072.

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

Color convert

RGB 104 68 85 -
CMYK 0 0.35 0.18 0.59
HSL 331.67º 0.21% 0.34% -
HSV(B) 331.67º 0.35% 0.41% -
XYZ 9.42 7.73 9.59 -
YUV 80.7 130.43 144.62 -
System Red Green Blue C M Y K H S L
Decimal 104 68 85 0 0.35 0.18 0.59 331.67 0.21 0.34
Hex 68 44 55 0 23 12 3B 14C 15 22
Octal 150 104 125 0 43 22 73 514 25 42
Binary 1101000 1000100 1010101 0 100011 10010 111011 101001100 10101 100010

Color Harmonies of #684455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684455

Black with #684455

Text Example


Text Example

White with #684455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684455; }

 p { color: rgb(104,68,85); }

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

background-color css

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

 a { background-color: rgb(104,68,85); }

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

border-color css

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

 span { border-color: rgb(104,68,85); }

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