#63535B

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

Shades of Finn #63535B

Tints of Finn #63535B

Color information

#63535B (or 0x63535B) is unknown color: approx Finn. HEX triplet: 63, 53 and 5B. RGB value is (99,83,91). Sum of RGB (Red+Green+Blue) = 99+83+91=273 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36.26% from 273); Green value is 83 (32.81% from 255 or 30.40% from 273); Blue value is 91 (35.94% from 255 or 33.33% from 273); Max value from RGB is 99 - color contains mainly: red. Hex color #63535B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63535B is #9CACA4. Grayscale: #585858. Windows color (decimal): -10267813 or 5985123. OLE color: 5985123.

HSL color Cylindrical-coordinate representation of color #63535B: hue angle of 330º 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 #63535B is Cyan = 0, Magento = 0.16, Yellow = 0.08 and Black (K on CMYK) = 0.61.

Color convert

RGB998391-
CMYK00.160.080.61
HSL330º8.79%35.69%-
HSV(B)330º16.16%38.82%-
XYZ10.139.5911.22-
YUV88.7129.3135.35-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 36.26%
GREEN value IS 83 (32.81% from 255) = 30.40%
BLUE value IS 91 (35.94% from 255) = 33.33%
R=36.26%
G=30.40%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.08
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99839100.160.080.613308.7935.69
Hex63535B01083D14a924
Octal14312313302010755121144
Binary11000111010011101101101000010001111011010010101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63535B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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