#62535B

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

Shades of Finn #62535B

Tints of Finn #62535B

Color information

#62535B (or 0x62535B) is unknown color: approx Finn. HEX triplet: 62, 53 and 5B. RGB value is (98,83,91). Sum of RGB (Red+Green+Blue) = 98+83+91=272 (36% of max value = 765). Red value is 98 (38.67% from 255 or 36.03% from 272); Green value is 83 (32.81% from 255 or 30.51% from 272); Blue value is 91 (35.94% from 255 or 33.46% from 272); Max value from RGB is 98 - color contains mainly: red. Hex color #62535B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62535B is #9DACA4. Grayscale: #585858. Windows color (decimal): -10333349 or 5985122. OLE color: 5985122.

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

Color convert

RGB988391-
CMYK00.150.070.62
HSL328º8.29%35.49%-
HSV(B)328º15.31%38.43%-
XYZ10.029.5411.21-
YUV88.4129.47134.85-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 36.03%
GREEN value IS 83 (32.81% from 255) = 30.51%
BLUE value IS 91 (35.94% from 255) = 33.46%
R=36.03%
G=30.51%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.07
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98839100.150.070.623288.2935.49
Hex62535B0F73E148823
Octal1421231330177765101043
Binary110001010100111011011011111111111101010010001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62535B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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