Shades of Finn #67515B
Tints of Finn #67515B
RGB
CMYK
RGB Variations
Color information
#67515B (or 0x67515B) is known color: Finn. HEX triplet: 67, 51 and 5B. RGB value is (103,81,91). Sum of RGB (Red+Green+Blue) = 103+81+91=275 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.45% from 275); Green value is 81 (32.03% from 255 or 29.45% from 275); Blue value is 91 (35.94% from 255 or 33.09% from 275); Max value from RGB is 103 - color contains mainly: red. Hex color #67515B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67515B is #98AEA4. Grayscale: #585858. Windows color (decimal): -10006181 or 5984615. OLE color: 5984615.
HSL color Cylindrical-coordinate representation of color #67515B: hue angle of 332.73º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #67515B is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 81 | 91 | - |
| CMYK | 0 | 0.21 | 0.12 | 0.60 |
| HSL | 332.73º | 0.12% | 0.36% | - |
| HSV(B) | 332.73º | 0.21% | 0.4% | - |
| XYZ | 10.42 | 9.52 | 11.19 | - |
| YUV | 88.72 | 129.29 | 138.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 81 | 91 | 0 | 0.21 | 0.12 | 0.60 | 332.73 | 0.12 | 0.36 |
| Hex | 67 | 51 | 5B | 0 | 15 | C | 3C | 14D | C | 24 |
| Octal | 147 | 121 | 133 | 0 | 25 | 14 | 74 | 515 | 14 | 44 |
| Binary | 1100111 | 1010001 | 1011011 | 0 | 10101 | 1100 | 111100 | 101001101 | 1100 | 100100 |
Color Harmonies of #67515B
Complementary color
Monochromatic Colors of #67515B
Black with #67515B
Text Example
Text Example
White with #67515B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67515B; }
p { color: rgb(103,81,91); }
H1.HeaderClassName
{
color: #67515B;
}
.AnyTagClassName
{
color: #67515B;
}
</style>
background-color css
<style>
a { background-color: #67515B; }
a { background-color: rgb(103,81,91); }
div.DivClassName
{
background-color: #67515B;
}
.BgClassName
{
background-color: #67515B;
}
</style>
border-color css
<style>
span { border-color: #67515B; }
span { border-color: rgb(103,81,91); }
td.TdClassName
{
border-color: #67515B;
}
.TagClassName
{
border-color: #67515B;
}
</style>