#633F4E

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

Shades of Finn #633F4E

Tints of Finn #633F4E

Color information

#633F4E (or 0x633F4E) is unknown color: approx Finn. HEX triplet: 63, 3F and 4E. RGB value is (99,63,78). Sum of RGB (Red+Green+Blue) = 99+63+78=240 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.25% from 240); Green value is 63 (25% from 255 or 26.25% from 240); Blue value is 78 (30.86% from 255 or 32.5% from 240); Max value from RGB is 99 - color contains mainly: red. Hex color #633F4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #633F4E is #9CC0B1. Grayscale: #4B4B4B. Windows color (decimal): -10272946 or 5128035. OLE color: 5128035.

HSL color Cylindrical-coordinate representation of color #633F4E: hue angle of 335º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #633F4E is Cyan = 0, Magento = 0.36, Yellow = 0.21 and Black (K on CMYK) = 0.61.

Color convert

RGB996378-
CMYK00.360.210.61
HSL335º22.22%31.76%-
HSV(B)335º36.36%38.82%-
XYZ8.36.768.07-
YUV75.47129.43144.78-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 41.25%
GREEN value IS 63 (25% from 255) = 26.25%
BLUE value IS 78 (30.86% from 255) = 32.5%
R=41.25%
G=26.25%
B=32.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.21
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99637800.360.210.6133522.2231.76
Hex633F4E024153D14f1620
Octal1437711604425755172640
Binary1100011111111100111001001001010111110110100111110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #633F4E; }

 p { color: rgb(99,63,78); }

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

<style>
 a { background-color: #633F4E; }

 a { background-color: rgb(99,63,78); }

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

<style>
 span { border-color: #633F4E; }

 span { border-color: rgb(99,63,78); }

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