Html Css Color HEX #68555D Finn

📋 copy color: '#68555D'

red 104 ◦ green 85 ◦ blue 93

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

Shades of Finn #68555D

Tints of Finn #68555D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.14%

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

R = 36.88%
G = 30.14%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.11

 K value IS 0.59

RGB Variations

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

Color information

#68555D (or 0x68555D) is known color: Finn. HEX triplet: 68, 55 and 5D. RGB value is (104,85,93). Sum of RGB (Red+Green+Blue) = 104+85+93=282 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.88% from 282); Green value is 85 (33.59% from 255 or 30.14% from 282); Blue value is 93 (36.72% from 255 or 32.98% from 282); Max value from RGB is 104 - color contains mainly: red. Hex color #68555D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68555D is #97AAA2. Grayscale: #5B5B5B. Windows color (decimal): -9939619 or 6116712. OLE color: 6116712.

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

Color convert

RGB 104 85 93 -
CMYK 0 0.18 0.11 0.59
HSL 334.74º 0.1% 0.37% -
HSV(B) 334.74º 0.18% 0.41% -
XYZ 10.93 10.23 11.75 -
YUV 91.59 128.79 136.85 -
System Red Green Blue C M Y K H S L
Decimal 104 85 93 0 0.18 0.11 0.59 334.74 0.1 0.37
Hex 68 55 5D 0 12 B 3B 14F A 25
Octal 150 125 135 0 22 13 73 517 12 45
Binary 1101000 1010101 1011101 0 10010 1011 111011 101001111 1010 100101

Color Harmonies of #68555D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68555D

Black with #68555D

Text Example


Text Example

White with #68555D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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