#63515B

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

Shades of Finn #63515B

Tints of Finn #63515B

Color information

#63515B (or 0x63515B) is unknown color: approx Finn. HEX triplet: 63, 51 and 5B. RGB value is (99,81,91). Sum of RGB (Red+Green+Blue) = 99+81+91=271 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.53% from 271); Green value is 81 (32.03% from 255 or 29.89% from 271); Blue value is 91 (35.94% from 255 or 33.58% from 271); Max value from RGB is 99 - color contains mainly: red. Hex color #63515B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63515B is #9CAEA4. Grayscale: #575757. Windows color (decimal): -10268325 or 5984611. OLE color: 5984611.

HSL color Cylindrical-coordinate representation of color #63515B: hue angle of 326.67º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #63515B is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.61.

Color convert

RGB998191-
CMYK00.180.080.61
HSL326.67º10%35.29%-
HSV(B)326.67º18.18%38.82%-
XYZ9.989.2911.17-
YUV87.52129.96136.19-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 36.53%
GREEN value IS 81 (32.03% from 255) = 29.89%
BLUE value IS 91 (35.94% from 255) = 33.58%
R=36.53%
G=29.89%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.08
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99819100.180.080.61326.671035.29
Hex63515B01283D147a23
Octal14312113302210755071243
Binary11000111010001101101101001010001111011010001111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63515B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,81,91); }

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

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

 a { background-color: rgb(99,81,91); }

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

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

 span { border-color: rgb(99,81,91); }

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