Html Css Color HEX #63474F Finn

📋 copy color: '#63474F'

red 99 ◦ green 71 ◦ blue 79

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

Shades of Finn #63474F

Tints of Finn #63474F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 28.51%

 BLUE value IS 79 (31.25% from 255) = 31.73%

R = 39.76%
G = 28.51%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.20

 K value IS 0.61

RGB Variations

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

Color information

#63474F (or 0x63474F) is known color: Finn. HEX triplet: 63, 47 and 4F. RGB value is (99,71,79). Sum of RGB (Red+Green+Blue) = 99+71+79=249 (32% of max value = 765). Red value is 99 (39.06% from 255 or 39.76% from 249); Green value is 71 (28.12% from 255 or 28.51% from 249); Blue value is 79 (31.25% from 255 or 31.73% from 249); Max value from RGB is 99 - color contains mainly: red. Hex color #63474F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63474F is #9CB8B0. Grayscale: #505050. Windows color (decimal): -10270897 or 5195619. OLE color: 5195619.

HSL color Cylindrical-coordinate representation of color #63474F: hue angle of 342.86º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #63474F is Cyan = 0, Magento = 0.28, Yellow = 0.20 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 71 79 -
CMYK 0 0.28 0.20 0.61
HSL 342.86º 0.16% 0.33% -
HSV(B) 342.86º 0.28% 0.39% -
XYZ 8.81 7.72 8.42 -
YUV 80.28 127.28 141.35 -
System Red Green Blue C M Y K H S L
Decimal 99 71 79 0 0.28 0.20 0.61 342.86 0.16 0.33
Hex 63 47 4F 0 1C 14 3D 157 10 21
Octal 143 107 117 0 34 24 75 527 20 41
Binary 1100011 1000111 1001111 0 11100 10100 111101 101010111 10000 100001

Color Harmonies of #63474F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63474F

Black with #63474F

Text Example


Text Example

White with #63474F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63474F; }

 p { color: rgb(99,71,79); }

 H1.HeaderClassName
 {
   color: #63474F;
 }
 .AnyTagClassName
 {
   color: #63474F;
 }
</style>

background-color css

<style>
 a { background-color: #63474F; }

 a { background-color: rgb(99,71,79); }

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

border-color css

<style>
 span { border-color: #63474F; }

 span { border-color: rgb(99,71,79); }

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