Shades of Finn #663853
Tints of Finn #663853
RGB
CMYK
RGB Variations
Color information
#663853 (or 0x663853) is known color: Finn. HEX triplet: 66, 38 and 53. RGB value is (102,56,83). Sum of RGB (Red+Green+Blue) = 102+56+83=241 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.32% from 241); Green value is 56 (22.27% from 255 or 23.24% from 241); Blue value is 83 (32.81% from 255 or 34.44% from 241); Max value from RGB is 102 - color contains mainly: red. Hex color #663853 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663853 is #99C7AC. Grayscale: #484848. Windows color (decimal): -10078125 or 5453926. OLE color: 5453926.
HSL color Cylindrical-coordinate representation of color #663853: hue angle of 324.78º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #663853 is Cyan = 0, Magento = 0.45, Yellow = 0.19 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 56 | 83 | - |
| CMYK | 0 | 0.45 | 0.19 | 0.6 |
| HSL | 324.78º | 0.29% | 0.31% | - |
| HSV(B) | 324.78º | 0.45% | 0.4% | - |
| XYZ | 8.45 | 6.28 | 8.95 | - |
| YUV | 72.83 | 133.74 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 56 | 83 | 0 | 0.45 | 0.19 | 0.6 | 324.78 | 0.29 | 0.31 |
| Hex | 66 | 38 | 53 | 0 | 2D | 13 | 3C | 145 | 1D | 1F |
| Octal | 146 | 70 | 123 | 0 | 55 | 23 | 74 | 505 | 35 | 37 |
| Binary | 1100110 | 111000 | 1010011 | 0 | 101101 | 10011 | 111100 | 101000101 | 11101 | 11111 |
Color Harmonies of #663853
Complementary color
Monochromatic Colors of #663853
Black with #663853
Text Example
Text Example
White with #663853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663853; }
p { color: rgb(102,56,83); }
H1.HeaderClassName
{
color: #663853;
}
.AnyTagClassName
{
color: #663853;
}
</style>
background-color css
<style>
a { background-color: #663853; }
a { background-color: rgb(102,56,83); }
div.DivClassName
{
background-color: #663853;
}
.BgClassName
{
background-color: #663853;
}
</style>
border-color css
<style>
span { border-color: #663853; }
span { border-color: rgb(102,56,83); }
td.TdClassName
{
border-color: #663853;
}
.TagClassName
{
border-color: #663853;
}
</style>