Html Css Color HEX #684158 Finn

📋 copy color: '#684158'

red 104 ◦ green 65 ◦ blue 88

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

Shades of Finn #684158

Tints of Finn #684158

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25.29%

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

R = 40.47%
G = 25.29%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.15

 K value IS 0.59

RGB Variations

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

Color information

#684158 (or 0x684158) is known color: Finn. HEX triplet: 68, 41 and 58. RGB value is (104,65,88). Sum of RGB (Red+Green+Blue) = 104+65+88=257 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.47% from 257); Green value is 65 (25.78% from 255 or 25.29% from 257); Blue value is 88 (34.77% from 255 or 34.24% from 257); Max value from RGB is 104 - color contains mainly: red. Hex color #684158 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684158 is #97BEA7. Grayscale: #4F4F4F. Windows color (decimal): -9944744 or 5783912. OLE color: 5783912.

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

Color convert

RGB 104 65 88 -
CMYK 0 0.38 0.15 0.59
HSL 324.62º 0.23% 0.33% -
HSV(B) 324.62º 0.38% 0.41% -
XYZ 9.36 7.43 10.17 -
YUV 79.28 132.92 145.63 -
System Red Green Blue C M Y K H S L
Decimal 104 65 88 0 0.38 0.15 0.59 324.62 0.23 0.33
Hex 68 41 58 0 26 F 3B 145 17 21
Octal 150 101 130 0 46 17 73 505 27 41
Binary 1101000 1000001 1011000 0 100110 1111 111011 101000101 10111 100001

Color Harmonies of #684158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684158

Black with #684158

Text Example


Text Example

White with #684158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684158; }

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

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

background-color css

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

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

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

border-color css

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

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

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