Html Css Color HEX #685158 Finn

📋 copy color: '#685158'

red 104 ◦ green 81 ◦ blue 88

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

Shades of Finn #685158

Tints of Finn #685158

RGB

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

 GREEN value IS 81 (32.03% from 255) = 29.67%

 BLUE value IS 88 (34.77% from 255) = 32.23%

R = 38.1%
G = 29.67%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.15

 K value IS 0.59

RGB Variations

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

Color information

#685158 (or 0x685158) is known color: Finn. HEX triplet: 68, 51 and 58. RGB value is (104,81,88). Sum of RGB (Red+Green+Blue) = 104+81+88=273 (36% of max value = 765). Red value is 104 (41.02% from 255 or 38.10% from 273); Green value is 81 (32.03% from 255 or 29.67% from 273); Blue value is 88 (34.77% from 255 or 32.23% from 273); Max value from RGB is 104 - color contains mainly: red. Hex color #685158 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685158 is #97AEA7. Grayscale: #585858. Windows color (decimal): -9940648 or 5788008. OLE color: 5788008.

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

Color convert

RGB 104 81 88 -
CMYK 0 0.22 0.15 0.59
HSL 341.74º 0.12% 0.36% -
HSV(B) 341.74º 0.22% 0.41% -
XYZ 10.41 9.53 10.52 -
YUV 88.68 127.62 138.93 -
System Red Green Blue C M Y K H S L
Decimal 104 81 88 0 0.22 0.15 0.59 341.74 0.12 0.36
Hex 68 51 58 0 16 F 3B 156 C 24
Octal 150 121 130 0 26 17 73 526 14 44
Binary 1101000 1010001 1011000 0 10110 1111 111011 101010110 1100 100100

Color Harmonies of #685158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685158

Black with #685158

Text Example


Text Example

White with #685158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685158; }

 p { color: rgb(104,81,88); }

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

background-color css

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

 a { background-color: rgb(104,81,88); }

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

border-color css

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

 span { border-color: rgb(104,81,88); }

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