Html Css Color HEX #63565B Finn

📋 copy color: '#63565B'

red 99 ◦ green 86 ◦ blue 91

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

Shades of Finn #63565B

Tints of Finn #63565B

RGB

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

 GREEN value IS 86 (33.98% from 255) = 31.16%

 BLUE value IS 91 (35.94% from 255) = 32.97%

R = 35.87%
G = 31.16%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.08

 K value IS 0.61

RGB Variations

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

Color information

#63565B (or 0x63565B) is known color: Finn. HEX triplet: 63, 56 and 5B. RGB value is (99,86,91). Sum of RGB (Red+Green+Blue) = 99+86+91=276 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.87% from 276); Green value is 86 (33.98% from 255 or 31.16% from 276); Blue value is 91 (35.94% from 255 or 32.97% from 276); Max value from RGB is 99 - color contains mainly: red. Hex color #63565B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63565B is #9CA9A4. Grayscale: #5A5A5A. Windows color (decimal): -10267045 or 5985891. OLE color: 5985891.

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

Color convert

RGB 99 86 91 -
CMYK 0 0.13 0.08 0.61
HSL 336.92º 0.07% 0.36% -
HSV(B) 336.92º 0.13% 0.39% -
XYZ 10.36 10.06 11.29 -
YUV 90.46 128.31 134.09 -
System Red Green Blue C M Y K H S L
Decimal 99 86 91 0 0.13 0.08 0.61 336.92 0.07 0.36
Hex 63 56 5B 0 D 8 3D 151 7 24
Octal 143 126 133 0 15 10 75 521 7 44
Binary 1100011 1010110 1011011 0 1101 1000 111101 101010001 111 100100

Color Harmonies of #63565B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63565B

Black with #63565B

Text Example


Text Example

White with #63565B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #63565B;
 }
 .AnyTagClassName
 {
   color: #63565B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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