#62525B

Color #62525B Finn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Finn #62525B

Tints of Finn #62525B

Color information

#62525B (or 0x62525B) is unknown color: approx Finn. HEX triplet: 62, 52 and 5B. RGB value is (98,82,91). Sum of RGB (Red+Green+Blue) = 98+82+91=271 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.16% from 271); Green value is 82 (32.42% from 255 or 30.26% from 271); Blue value is 91 (35.94% from 255 or 33.58% from 271); Max value from RGB is 98 - color contains mainly: red. Hex color #62525B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62525B is #9DADA4. Grayscale: #575757. Windows color (decimal): -10333605 or 5984866. OLE color: 5984866.

HSL color Cylindrical-coordinate representation of color #62525B: hue angle of 326.25º degrees, saturation: 0.09, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #62525B is Cyan = 0, Magento = 0.16, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB988291-
CMYK00.160.070.62
HSL326.25º8.89%35.29%-
HSV(B)326.25º16.33%38.43%-
XYZ9.949.3911.19-
YUV87.81129.8135.27-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 36.16%
GREEN value IS 82 (32.42% from 255) = 30.26%
BLUE value IS 91 (35.94% from 255) = 33.58%
R=36.16%
G=30.26%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.07
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98829100.160.070.62326.258.8935.29
Hex62525B01073E146923
Octal1421221330207765061143
Binary1100010101001010110110100001111111101010001101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62525B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #62525B;
 }
 .AnyTagClassName
 {
   color: #62525B;
 }
</style>
background-color css

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

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

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

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

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

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