#63525C

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

Shades of Finn #63525C

Tints of Finn #63525C

Color information

#63525C (or 0x63525C) is unknown color: approx Finn. HEX triplet: 63, 52 and 5C. RGB value is (99,82,92). Sum of RGB (Red+Green+Blue) = 99+82+92=273 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36.26% from 273); Green value is 82 (32.42% from 255 or 30.04% from 273); Blue value is 92 (36.33% from 255 or 33.70% from 273); Max value from RGB is 99 - color contains mainly: red. Hex color #63525C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63525C is #9CADA3. Grayscale: #585858. Windows color (decimal): -10268068 or 6050403. OLE color: 6050403.

HSL color Cylindrical-coordinate representation of color #63525C: hue angle of 324.71º 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 #63525C is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.61.

Color convert

RGB998292-
CMYK00.170.070.61
HSL324.71º9.39%35.49%-
HSV(B)324.71º17.17%38.82%-
XYZ10.099.4611.42-
YUV88.22130.13135.69-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 36.26%
GREEN value IS 82 (32.42% from 255) = 30.04%
BLUE value IS 92 (36.33% from 255) = 33.70%
R=36.26%
G=30.04%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.07
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99829200.170.070.61324.719.3935.49
Hex63525C01173D145923
Octal1431221340217755051143
Binary1100011101001010111000100011111111011010001011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63525C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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