#63535C

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

Shades of Finn #63535C

Tints of Finn #63535C

Color information

#63535C (or 0x63535C) is unknown color: approx Finn. HEX triplet: 63, 53 and 5C. RGB value is (99,83,92). Sum of RGB (Red+Green+Blue) = 99+83+92=274 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36.13% from 274); Green value is 83 (32.81% from 255 or 30.29% from 274); Blue value is 92 (36.33% from 255 or 33.58% from 274); Max value from RGB is 99 - color contains mainly: red. Hex color #63535C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63535C is #9CACA3. Grayscale: #585858. Windows color (decimal): -10267812 or 6050659. OLE color: 6050659.

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

Color convert

RGB998392-
CMYK00.160.070.61
HSL326.25º8.79%35.69%-
HSV(B)326.25º16.16%38.82%-
XYZ10.179.6111.44-
YUV88.81129.8135.27-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 36.13%
GREEN value IS 83 (32.81% from 255) = 30.29%
BLUE value IS 92 (36.33% from 255) = 33.58%
R=36.13%
G=30.29%
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.61
SystemRedGreenBlueCMYKHSL
Decimal99839200.160.070.61326.258.7935.69
Hex63535C01073D146924
Octal1431231340207755061144
Binary1100011101001110111000100001111111011010001101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63535C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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