#63444F

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

Shades of Finn #63444F

Tints of Finn #63444F

Color information

#63444F (or 0x63444F) is unknown color: approx Finn. HEX triplet: 63, 44 and 4F. RGB value is (99,68,79). Sum of RGB (Red+Green+Blue) = 99+68+79=246 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.24% from 246); Green value is 68 (26.95% from 255 or 27.64% from 246); Blue value is 79 (31.25% from 255 or 32.11% from 246); Max value from RGB is 99 - color contains mainly: red. Hex color #63444F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63444F is #9CBBB0. Grayscale: #4E4E4E. Windows color (decimal): -10271665 or 5194851. OLE color: 5194851.

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

Color convert

RGB996879-
CMYK00.310.200.61
HSL338.71º18.56%32.75%-
HSV(B)338.71º31.31%38.82%-
XYZ8.627.358.36-
YUV78.52128.27142.61-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 40.24%
GREEN value IS 68 (26.95% from 255) = 27.64%
BLUE value IS 79 (31.25% from 255) = 32.11%
R=40.24%
G=27.64%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.20
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99687900.310.200.61338.7118.5632.75
Hex63444F01F143D1531321
Octal14310411703724755232341
Binary1100011100010010011110111111010011110110101001110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63444F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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