Html Css Color HEX #684E5E Finn

📋 copy color: '#684E5E'

red 104 ◦ green 78 ◦ blue 94

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

Shades of Finn #684E5E

Tints of Finn #684E5E

RGB

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

 GREEN value IS 78 (30.86% from 255) = 28.26%

 BLUE value IS 94 (37.11% from 255) = 34.06%

R = 37.68%
G = 28.26%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.10

 K value IS 0.59

RGB Variations

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

Color information

#684E5E (or 0x684E5E) is known color: Finn. HEX triplet: 68, 4E and 5E. RGB value is (104,78,94). Sum of RGB (Red+Green+Blue) = 104+78+94=276 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.68% from 276); Green value is 78 (30.86% from 255 or 28.26% from 276); Blue value is 94 (37.11% from 255 or 34.06% from 276); Max value from RGB is 104 - color contains mainly: red. Hex color #684E5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #684E5E is #97B1A1. Grayscale: #575757. Windows color (decimal): -9941410 or 6180456. OLE color: 6180456.

HSL color Cylindrical-coordinate representation of color #684E5E: hue angle of 323.08º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #684E5E is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 78 94 -
CMYK 0 0.25 0.10 0.59
HSL 323.08º 0.14% 0.36% -
HSV(B) 323.08º 0.25% 0.41% -
XYZ 10.45 9.2 11.81 -
YUV 87.6 131.61 139.7 -
System Red Green Blue C M Y K H S L
Decimal 104 78 94 0 0.25 0.10 0.59 323.08 0.14 0.36
Hex 68 4E 5E 0 19 A 3B 143 E 24
Octal 150 116 136 0 31 12 73 503 16 44
Binary 1101000 1001110 1011110 0 11001 1010 111011 101000011 1110 100100

Color Harmonies of #684E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684E5E

Black with #684E5E

Text Example


Text Example

White with #684E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,78,94); }

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

background-color css

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

 a { background-color: rgb(104,78,94); }

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

border-color css

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

 span { border-color: rgb(104,78,94); }

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