#63434F

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

Shades of Finn #63434F

Tints of Finn #63434F

Color information

#63434F (or 0x63434F) is unknown color: approx Finn. HEX triplet: 63, 43 and 4F. RGB value is (99,67,79). Sum of RGB (Red+Green+Blue) = 99+67+79=245 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.41% from 245); Green value is 67 (26.56% from 255 or 27.35% from 245); Blue value is 79 (31.25% from 255 or 32.24% from 245); Max value from RGB is 99 - color contains mainly: red. Hex color #63434F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63434F is #9CBCB0. Grayscale: #4D4D4D. Windows color (decimal): -10271921 or 5194595. OLE color: 5194595.

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

Color convert

RGB996779-
CMYK00.320.200.61
HSL337.5º19.28%32.55%-
HSV(B)337.5º32.32%38.82%-
XYZ8.567.238.34-
YUV77.94128.6143.02-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 40.41%
GREEN value IS 67 (26.56% from 255) = 27.35%
BLUE value IS 79 (31.25% from 255) = 32.24%
R=40.41%
G=27.35%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.20
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99677900.320.200.61337.519.2832.55
Hex63434F020143D1521321
Octal14310311704024755222341
Binary11000111000011100111101000001010011110110101001010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63434F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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