Html Css Color HEX #684A5F Finn

📋 copy color: '#684A5F'

red 104 ◦ green 74 ◦ blue 95

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

Shades of Finn #684A5F

Tints of Finn #684A5F

RGB

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

 GREEN value IS 74 (29.3% from 255) = 27.11%

 BLUE value IS 95 (37.5% from 255) = 34.8%

R = 38.1%
G = 27.11%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.09

 K value IS 0.59

RGB Variations

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

Color information

#684A5F (or 0x684A5F) is known color: Finn. HEX triplet: 68, 4A and 5F. RGB value is (104,74,95). Sum of RGB (Red+Green+Blue) = 104+74+95=273 (36% of max value = 765). Red value is 104 (41.02% from 255 or 38.10% from 273); Green value is 74 (29.30% from 255 or 27.11% from 273); Blue value is 95 (37.5% from 255 or 34.80% from 273); Max value from RGB is 104 - color contains mainly: red. Hex color #684A5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684A5F is #97B5A0. Grayscale: #555555. Windows color (decimal): -9942433 or 6244968. OLE color: 6244968.

HSL color Cylindrical-coordinate representation of color #684A5F: hue angle of 318º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #684A5F is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 74 95 -
CMYK 0 0.29 0.09 0.59
HSL 318º 0.17% 0.35% -
HSV(B) 318º 0.29% 0.41% -
XYZ 10.22 8.67 11.96 -
YUV 85.36 133.44 141.29 -
System Red Green Blue C M Y K H S L
Decimal 104 74 95 0 0.29 0.09 0.59 318 0.17 0.35
Hex 68 4A 5F 0 1D 9 3B 13E 11 23
Octal 150 112 137 0 35 11 73 476 21 43
Binary 1101000 1001010 1011111 0 11101 1001 111011 100111110 10001 100011

Color Harmonies of #684A5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684A5F

Black with #684A5F

Text Example


Text Example

White with #684A5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684A5F; }

 p { color: rgb(104,74,95); }

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

background-color css

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

 a { background-color: rgb(104,74,95); }

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

border-color css

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

 span { border-color: rgb(104,74,95); }

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