Html Css Color HEX #68545D Finn

📋 copy color: '#68545D'

red 104 ◦ green 84 ◦ blue 93

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

Shades of Finn #68545D

Tints of Finn #68545D

RGB

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

 GREEN value IS 84 (33.2% from 255) = 29.89%

 BLUE value IS 93 (36.72% from 255) = 33.1%

R = 37.01%
G = 29.89%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.11

 K value IS 0.59

RGB Variations

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

Color information

#68545D (or 0x68545D) is known color: Finn. HEX triplet: 68, 54 and 5D. RGB value is (104,84,93). Sum of RGB (Red+Green+Blue) = 104+84+93=281 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.01% from 281); Green value is 84 (33.20% from 255 or 29.89% from 281); Blue value is 93 (36.72% from 255 or 33.10% from 281); Max value from RGB is 104 - color contains mainly: red. Hex color #68545D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68545D is #97ABA2. Grayscale: #5A5A5A. Windows color (decimal): -9939875 or 6116456. OLE color: 6116456.

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

Color convert

RGB 104 84 93 -
CMYK 0 0.19 0.11 0.59
HSL 333º 0.11% 0.37% -
HSV(B) 333º 0.19% 0.41% -
XYZ 10.86 10.07 11.73 -
YUV 91.01 129.13 137.27 -
System Red Green Blue C M Y K H S L
Decimal 104 84 93 0 0.19 0.11 0.59 333 0.11 0.37
Hex 68 54 5D 0 13 B 3B 14D B 25
Octal 150 124 135 0 23 13 73 515 13 45
Binary 1101000 1010100 1011101 0 10011 1011 111011 101001101 1011 100101

Color Harmonies of #68545D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68545D

Black with #68545D

Text Example


Text Example

White with #68545D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68545D; }

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

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

background-color css

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

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

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

border-color css

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

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

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