Shades of Finn #67505D
Tints of Finn #67505D
RGB
CMYK
RGB Variations
Color information
#67505D (or 0x67505D) is known color: Finn. HEX triplet: 67, 50 and 5D. RGB value is (103,80,93). Sum of RGB (Red+Green+Blue) = 103+80+93=276 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.32% from 276); Green value is 80 (31.64% from 255 or 28.99% from 276); Blue value is 93 (36.72% from 255 or 33.70% from 276); Max value from RGB is 103 - color contains mainly: red. Hex color #67505D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67505D is #98AFA2. Grayscale: #585858. Windows color (decimal): -10006435 or 6115431. OLE color: 6115431.
HSL color Cylindrical-coordinate representation of color #67505D: hue angle of 326.09º 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 #67505D is Cyan = 0, Magento = 0.22, Yellow = 0.10 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 80 | 93 | - |
| CMYK | 0 | 0.22 | 0.10 | 0.60 |
| HSL | 326.09º | 0.13% | 0.36% | - |
| HSV(B) | 326.09º | 0.22% | 0.4% | - |
| XYZ | 10.44 | 9.41 | 11.62 | - |
| YUV | 88.36 | 130.62 | 138.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 80 | 93 | 0 | 0.22 | 0.10 | 0.60 | 326.09 | 0.13 | 0.36 |
| Hex | 67 | 50 | 5D | 0 | 16 | A | 3C | 146 | D | 24 |
| Octal | 147 | 120 | 135 | 0 | 26 | 12 | 74 | 506 | 15 | 44 |
| Binary | 1100111 | 1010000 | 1011101 | 0 | 10110 | 1010 | 111100 | 101000110 | 1101 | 100100 |
Color Harmonies of #67505D
Complementary color
Monochromatic Colors of #67505D
Black with #67505D
Text Example
Text Example
White with #67505D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67505D; }
p { color: rgb(103,80,93); }
H1.HeaderClassName
{
color: #67505D;
}
.AnyTagClassName
{
color: #67505D;
}
</style>
background-color css
<style>
a { background-color: #67505D; }
a { background-color: rgb(103,80,93); }
div.DivClassName
{
background-color: #67505D;
}
.BgClassName
{
background-color: #67505D;
}
</style>
border-color css
<style>
span { border-color: #67505D; }
span { border-color: rgb(103,80,93); }
td.TdClassName
{
border-color: #67505D;
}
.TagClassName
{
border-color: #67505D;
}
</style>