Html Css Color HEX #684258 Finn

📋 copy color: '#684258'

red 104 ◦ green 66 ◦ blue 88

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

Shades of Finn #684258

Tints of Finn #684258

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.58%

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

R = 40.31%
G = 25.58%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.15

 K value IS 0.59

RGB Variations

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

Color information

#684258 (or 0x684258) is known color: Finn. HEX triplet: 68, 42 and 58. RGB value is (104,66,88). Sum of RGB (Red+Green+Blue) = 104+66+88=258 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.31% from 258); Green value is 66 (26.17% from 255 or 25.58% from 258); Blue value is 88 (34.77% from 255 or 34.11% from 258); Max value from RGB is 104 - color contains mainly: red. Hex color #684258 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684258 is #97BDA7. Grayscale: #4F4F4F. Windows color (decimal): -9944488 or 5784168. OLE color: 5784168.

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

Color convert

RGB 104 66 88 -
CMYK 0 0.37 0.15 0.59
HSL 325.26º 0.22% 0.33% -
HSV(B) 325.26º 0.37% 0.41% -
XYZ 9.42 7.54 10.19 -
YUV 79.87 132.59 145.21 -
System Red Green Blue C M Y K H S L
Decimal 104 66 88 0 0.37 0.15 0.59 325.26 0.22 0.33
Hex 68 42 58 0 25 F 3B 145 16 21
Octal 150 102 130 0 45 17 73 505 26 41
Binary 1101000 1000010 1011000 0 100101 1111 111011 101000101 10110 100001

Color Harmonies of #684258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684258

Black with #684258

Text Example


Text Example

White with #684258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684258; }

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

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

background-color css

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

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

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

border-color css

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

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

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