Html Css Color HEX #63505C Finn

📋 copy color: '#63505C'

red 99 ◦ green 80 ◦ blue 92

#63505C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Finn #63505C

Tints of Finn #63505C

RGB

 RED value IS 99 (39.06% from 255) = 36.53%

 GREEN value IS 80 (31.64% from 255) = 29.52%

 BLUE value IS 92 (36.33% from 255) = 33.95%

R = 36.53%
G = 29.52%
B = 33.95%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.07

 K value IS 0.61

RGB Variations

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

Color information

#63505C (or 0x63505C) is known color: Finn. HEX triplet: 63, 50 and 5C. RGB value is (99,80,92). Sum of RGB (Red+Green+Blue) = 99+80+92=271 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.53% from 271); Green value is 80 (31.64% from 255 or 29.52% from 271); Blue value is 92 (36.33% from 255 or 33.95% from 271); Max value from RGB is 99 - color contains mainly: red. Hex color #63505C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63505C is #9CAFA3. Grayscale: #575757. Windows color (decimal): -10268580 or 6049891. OLE color: 6049891.

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

Color convert

RGB 99 80 92 -
CMYK 0 0.19 0.07 0.61
HSL 322.11º 0.11% 0.35% -
HSV(B) 322.11º 0.19% 0.39% -
XYZ 9.95 9.16 11.37 -
YUV 87.05 130.79 136.52 -
System Red Green Blue C M Y K H S L
Decimal 99 80 92 0 0.19 0.07 0.61 322.11 0.11 0.35
Hex 63 50 5C 0 13 7 3D 142 B 23
Octal 143 120 134 0 23 7 75 502 13 43
Binary 1100011 1010000 1011100 0 10011 111 111101 101000010 1011 100011

Color Harmonies of #63505C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63505C

Black with #63505C

Text Example


Text Example

White with #63505C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #63505C;
 }
 .AnyTagClassName
 {
   color: #63505C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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