Html Css Color HEX #684F5A Finn

📋 copy color: '#684F5A'

red 104 ◦ green 79 ◦ blue 90

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

Shades of Finn #684F5A

Tints of Finn #684F5A

RGB

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

 GREEN value IS 79 (31.25% from 255) = 28.94%

 BLUE value IS 90 (35.55% from 255) = 32.97%

R = 38.1%
G = 28.94%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.13

 K value IS 0.59

RGB Variations

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

Color information

#684F5A (or 0x684F5A) is known color: Finn. HEX triplet: 68, 4F and 5A. RGB value is (104,79,90). Sum of RGB (Red+Green+Blue) = 104+79+90=273 (36% of max value = 765). Red value is 104 (41.02% from 255 or 38.10% from 273); Green value is 79 (31.25% from 255 or 28.94% from 273); Blue value is 90 (35.55% from 255 or 32.97% from 273); Max value from RGB is 104 - color contains mainly: red. Hex color #684F5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #684F5A is #97B0A5. Grayscale: #575757. Windows color (decimal): -9941158 or 5918568. OLE color: 5918568.

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

Color convert

RGB 104 79 90 -
CMYK 0 0.24 0.13 0.59
HSL 333.6º 0.14% 0.36% -
HSV(B) 333.6º 0.24% 0.41% -
XYZ 10.35 9.27 10.92 -
YUV 87.73 129.28 139.61 -
System Red Green Blue C M Y K H S L
Decimal 104 79 90 0 0.24 0.13 0.59 333.6 0.14 0.36
Hex 68 4F 5A 0 18 D 3B 14E E 24
Octal 150 117 132 0 30 15 73 516 16 44
Binary 1101000 1001111 1011010 0 11000 1101 111011 101001110 1110 100100

Color Harmonies of #684F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684F5A

Black with #684F5A

Text Example


Text Example

White with #684F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,79,90); }

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

background-color css

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

 a { background-color: rgb(104,79,90); }

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

border-color css

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

 span { border-color: rgb(104,79,90); }

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