Shades of Finn #67505B
Tints of Finn #67505B
RGB
CMYK
RGB Variations
Color information
#67505B (or 0x67505B) is known color: Finn. HEX triplet: 67, 50 and 5B. RGB value is (103,80,91). Sum of RGB (Red+Green+Blue) = 103+80+91=274 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.59% from 274); Green value is 80 (31.64% from 255 or 29.20% from 274); Blue value is 91 (35.94% from 255 or 33.21% from 274); Max value from RGB is 103 - color contains mainly: red. Hex color #67505B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67505B is #98AFA4. Grayscale: #585858. Windows color (decimal): -10006437 or 5984359. OLE color: 5984359.
HSL color Cylindrical-coordinate representation of color #67505B: hue angle of 331.3º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #67505B is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 80 | 91 | - |
| CMYK | 0 | 0.22 | 0.12 | 0.60 |
| HSL | 331.3º | 0.13% | 0.36% | - |
| HSV(B) | 331.3º | 0.22% | 0.4% | - |
| XYZ | 10.35 | 9.38 | 11.16 | - |
| YUV | 88.13 | 129.62 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 80 | 91 | 0 | 0.22 | 0.12 | 0.60 | 331.3 | 0.13 | 0.36 |
| Hex | 67 | 50 | 5B | 0 | 16 | C | 3C | 14B | D | 24 |
| Octal | 147 | 120 | 133 | 0 | 26 | 14 | 74 | 513 | 15 | 44 |
| Binary | 1100111 | 1010000 | 1011011 | 0 | 10110 | 1100 | 111100 | 101001011 | 1101 | 100100 |
Color Harmonies of #67505B
Complementary color
Monochromatic Colors of #67505B
Black with #67505B
Text Example
Text Example
White with #67505B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67505B; }
p { color: rgb(103,80,91); }
H1.HeaderClassName
{
color: #67505B;
}
.AnyTagClassName
{
color: #67505B;
}
</style>
background-color css
<style>
a { background-color: #67505B; }
a { background-color: rgb(103,80,91); }
div.DivClassName
{
background-color: #67505B;
}
.BgClassName
{
background-color: #67505B;
}
</style>
border-color css
<style>
span { border-color: #67505B; }
span { border-color: rgb(103,80,91); }
td.TdClassName
{
border-color: #67505B;
}
.TagClassName
{
border-color: #67505B;
}
</style>