Html Css Color HEX #68525D Finn

📋 copy color: '#68525D'

red 104 ◦ green 82 ◦ blue 93

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

Shades of Finn #68525D

Tints of Finn #68525D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 29.39%

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

R = 37.28%
G = 29.39%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.11

 K value IS 0.59

RGB Variations

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

Color information

#68525D (or 0x68525D) is known color: Finn. HEX triplet: 68, 52 and 5D. RGB value is (104,82,93). Sum of RGB (Red+Green+Blue) = 104+82+93=279 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.28% from 279); Green value is 82 (32.42% from 255 or 29.39% from 279); Blue value is 93 (36.72% from 255 or 33.33% from 279); Max value from RGB is 104 - color contains mainly: red. Hex color #68525D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68525D is #97ADA2. Grayscale: #595959. Windows color (decimal): -9940387 or 6115944. OLE color: 6115944.

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

Color convert

RGB 104 82 93 -
CMYK 0 0.21 0.11 0.59
HSL 330º 0.12% 0.36% -
HSV(B) 330º 0.21% 0.41% -
XYZ 10.7 9.77 11.68 -
YUV 89.83 129.79 138.11 -
System Red Green Blue C M Y K H S L
Decimal 104 82 93 0 0.21 0.11 0.59 330 0.12 0.36
Hex 68 52 5D 0 15 B 3B 14A C 24
Octal 150 122 135 0 25 13 73 512 14 44
Binary 1101000 1010010 1011101 0 10101 1011 111011 101001010 1100 100100

Color Harmonies of #68525D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68525D

Black with #68525D

Text Example


Text Example

White with #68525D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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