Html Css Color HEX #68525B Finn

📋 copy color: '#68525B'

red 104 ◦ green 82 ◦ blue 91

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

Shades of Finn #68525B

Tints of Finn #68525B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 32.85%

R = 37.55%
G = 29.6%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.12

 K value IS 0.59

RGB Variations

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

Color information

#68525B (or 0x68525B) is known color: Finn. HEX triplet: 68, 52 and 5B. RGB value is (104,82,91). Sum of RGB (Red+Green+Blue) = 104+82+91=277 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.55% from 277); Green value is 82 (32.42% from 255 or 29.60% from 277); Blue value is 91 (35.94% from 255 or 32.85% from 277); Max value from RGB is 104 - color contains mainly: red. Hex color #68525B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68525B is #97ADA4. Grayscale: #595959. Windows color (decimal): -9940389 or 5984872. OLE color: 5984872.

HSL color Cylindrical-coordinate representation of color #68525B: hue angle of 335.45º 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 #68525B is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 82 91 -
CMYK 0 0.21 0.12 0.59
HSL 335.45º 0.12% 0.36% -
HSV(B) 335.45º 0.21% 0.41% -
XYZ 10.61 9.73 11.22 -
YUV 89.6 128.79 138.27 -
System Red Green Blue C M Y K H S L
Decimal 104 82 91 0 0.21 0.12 0.59 335.45 0.12 0.36
Hex 68 52 5B 0 15 C 3B 14F C 24
Octal 150 122 133 0 25 14 73 517 14 44
Binary 1101000 1010010 1011011 0 10101 1100 111011 101001111 1100 100100

Color Harmonies of #68525B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68525B

Black with #68525B

Text Example


Text Example

White with #68525B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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