Shades of Finn #67485C
Tints of Finn #67485C
RGB
CMYK
RGB Variations
Color information
#67485C (or 0x67485C) is known color: Finn. HEX triplet: 67, 48 and 5C. RGB value is (103,72,92). Sum of RGB (Red+Green+Blue) = 103+72+92=267 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.58% from 267); Green value is 72 (28.52% from 255 or 26.97% from 267); Blue value is 92 (36.33% from 255 or 34.46% from 267); Max value from RGB is 103 - color contains mainly: red. Hex color #67485C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67485C is #98B7A3. Grayscale: #535353. Windows color (decimal): -10008484 or 6047847. OLE color: 6047847.
HSL color Cylindrical-coordinate representation of color #67485C: hue angle of 321.29º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #67485C is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 72 | 92 | - |
| CMYK | 0 | 0.30 | 0.11 | 0.60 |
| HSL | 321.29º | 0.18% | 0.34% | - |
| HSV(B) | 321.29º | 0.3% | 0.4% | - |
| XYZ | 9.84 | 8.29 | 11.21 | - |
| YUV | 83.55 | 132.77 | 141.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 72 | 92 | 0 | 0.30 | 0.11 | 0.60 | 321.29 | 0.18 | 0.34 |
| Hex | 67 | 48 | 5C | 0 | 1E | B | 3C | 141 | 12 | 22 |
| Octal | 147 | 110 | 134 | 0 | 36 | 13 | 74 | 501 | 22 | 42 |
| Binary | 1100111 | 1001000 | 1011100 | 0 | 11110 | 1011 | 111100 | 101000001 | 10010 | 100010 |
Color Harmonies of #67485C
Complementary color
Monochromatic Colors of #67485C
Black with #67485C
Text Example
Text Example
White with #67485C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67485C; }
p { color: rgb(103,72,92); }
H1.HeaderClassName
{
color: #67485C;
}
.AnyTagClassName
{
color: #67485C;
}
</style>
background-color css
<style>
a { background-color: #67485C; }
a { background-color: rgb(103,72,92); }
div.DivClassName
{
background-color: #67485C;
}
.BgClassName
{
background-color: #67485C;
}
</style>
border-color css
<style>
span { border-color: #67485C; }
span { border-color: rgb(103,72,92); }
td.TdClassName
{
border-color: #67485C;
}
.TagClassName
{
border-color: #67485C;
}
</style>