Html Css Color HEX #684B54 Finn

📋 copy color: '#684B54'

red 104 ◦ green 75 ◦ blue 84

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

Shades of Finn #684B54

Tints of Finn #684B54

RGB

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

 GREEN value IS 75 (29.69% from 255) = 28.52%

 BLUE value IS 84 (33.2% from 255) = 31.94%

R = 39.54%
G = 28.52%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.19

 K value IS 0.59

RGB Variations

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

Color information

#684B54 (or 0x684B54) is known color: Finn. HEX triplet: 68, 4B and 54. RGB value is (104,75,84). Sum of RGB (Red+Green+Blue) = 104+75+84=263 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.54% from 263); Green value is 75 (29.69% from 255 or 28.52% from 263); Blue value is 84 (33.20% from 255 or 31.94% from 263); Max value from RGB is 104 - color contains mainly: red. Hex color #684B54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684B54 is #97B4AB. Grayscale: #545454. Windows color (decimal): -9942188 or 5524328. OLE color: 5524328.

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

Color convert

RGB 104 75 84 -
CMYK 0 0.28 0.19 0.59
HSL 341.38º 0.16% 0.35% -
HSV(B) 341.38º 0.28% 0.41% -
XYZ 9.83 8.62 9.53 -
YUV 84.7 127.61 141.77 -
System Red Green Blue C M Y K H S L
Decimal 104 75 84 0 0.28 0.19 0.59 341.38 0.16 0.35
Hex 68 4B 54 0 1C 13 3B 155 10 23
Octal 150 113 124 0 34 23 73 525 20 43
Binary 1101000 1001011 1010100 0 11100 10011 111011 101010101 10000 100011

Color Harmonies of #684B54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684B54

Black with #684B54

Text Example


Text Example

White with #684B54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,75,84); }

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

background-color css

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

 a { background-color: rgb(104,75,84); }

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

border-color css

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

 span { border-color: rgb(104,75,84); }

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