Shades of Finn #67475D
Tints of Finn #67475D
RGB
CMYK
RGB Variations
Color information
#67475D (or 0x67475D) is known color: Finn. HEX triplet: 67, 47 and 5D. RGB value is (103,71,93). Sum of RGB (Red+Green+Blue) = 103+71+93=267 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.58% from 267); Green value is 71 (28.12% from 255 or 26.59% from 267); Blue value is 93 (36.72% from 255 or 34.83% from 267); Max value from RGB is 103 - color contains mainly: red. Hex color #67475D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67475D is #98B8A2. Grayscale: #535353. Windows color (decimal): -10008739 or 6113127. OLE color: 6113127.
HSL color Cylindrical-coordinate representation of color #67475D: hue angle of 318.75º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #67475D is Cyan = 0, Magento = 0.31, Yellow = 0.10 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 71 | 93 | - |
| CMYK | 0 | 0.31 | 0.10 | 0.60 |
| HSL | 318.75º | 0.18% | 0.34% | - |
| HSV(B) | 318.75º | 0.31% | 0.4% | - |
| XYZ | 9.82 | 8.18 | 11.42 | - |
| YUV | 83.08 | 133.6 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 71 | 93 | 0 | 0.31 | 0.10 | 0.60 | 318.75 | 0.18 | 0.34 |
| Hex | 67 | 47 | 5D | 0 | 1F | A | 3C | 13F | 12 | 22 |
| Octal | 147 | 107 | 135 | 0 | 37 | 12 | 74 | 477 | 22 | 42 |
| Binary | 1100111 | 1000111 | 1011101 | 0 | 11111 | 1010 | 111100 | 100111111 | 10010 | 100010 |
Color Harmonies of #67475D
Complementary color
Monochromatic Colors of #67475D
Black with #67475D
Text Example
Text Example
White with #67475D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67475D; }
p { color: rgb(103,71,93); }
H1.HeaderClassName
{
color: #67475D;
}
.AnyTagClassName
{
color: #67475D;
}
</style>
background-color css
<style>
a { background-color: #67475D; }
a { background-color: rgb(103,71,93); }
div.DivClassName
{
background-color: #67475D;
}
.BgClassName
{
background-color: #67475D;
}
</style>
border-color css
<style>
span { border-color: #67475D; }
span { border-color: rgb(103,71,93); }
td.TdClassName
{
border-color: #67475D;
}
.TagClassName
{
border-color: #67475D;
}
</style>