#63525A

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

Shades of Finn #63525A

Tints of Finn #63525A

Color information

#63525A (or 0x63525A) is unknown color: approx Finn. HEX triplet: 63, 52 and 5A. RGB value is (99,82,90). Sum of RGB (Red+Green+Blue) = 99+82+90=271 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.53% from 271); Green value is 82 (32.42% from 255 or 30.26% from 271); Blue value is 90 (35.55% from 255 or 33.21% from 271); Max value from RGB is 99 - color contains mainly: red. Hex color #63525A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63525A is #9CADA5. Grayscale: #575757. Windows color (decimal): -10268070 or 5919331. OLE color: 5919331.

HSL color Cylindrical-coordinate representation of color #63525A: hue angle of 331.76º degrees, saturation: 0.09, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #63525A is Cyan = 0, Magento = 0.17, Yellow = 0.09 and Black (K on CMYK) = 0.61.

Color convert

RGB998290-
CMYK00.170.090.61
HSL331.76º9.39%35.49%-
HSV(B)331.76º17.17%38.82%-
XYZ10.019.4310.96-
YUV88129.13135.85-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 36.53%
GREEN value IS 82 (32.42% from 255) = 30.26%
BLUE value IS 90 (35.55% from 255) = 33.21%
R=36.53%
G=30.26%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.09
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99829000.170.090.61331.769.3935.49
Hex63525A01193D14c923
Octal14312213202111755141143
Binary11000111010010101101001000110011111011010011001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63525A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63525A; }

 p { color: rgb(99,82,90); }

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

<style>
 a { background-color: #63525A; }

 a { background-color: rgb(99,82,90); }

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

<style>
 span { border-color: #63525A; }

 span { border-color: rgb(99,82,90); }

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