Shades of Finn #67474F
Tints of Finn #67474F
RGB
CMYK
RGB Variations
Color information
#67474F (or 0x67474F) is known color: Finn. HEX triplet: 67, 47 and 4F. RGB value is (103,71,79). Sum of RGB (Red+Green+Blue) = 103+71+79=253 (33% of max value = 765). Red value is 103 (40.62% from 255 or 40.71% from 253); Green value is 71 (28.12% from 255 or 28.06% from 253); Blue value is 79 (31.25% from 255 or 31.23% from 253); Max value from RGB is 103 - color contains mainly: red. Hex color #67474F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67474F is #98B8B0. Grayscale: #515151. Windows color (decimal): -10008753 or 5195623. OLE color: 5195623.
HSL color Cylindrical-coordinate representation of color #67474F: hue angle of 345º 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 #67474F is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 71 | 79 | - |
| CMYK | 0 | 0.31 | 0.23 | 0.60 |
| HSL | 345º | 0.18% | 0.34% | - |
| HSV(B) | 345º | 0.31% | 0.4% | - |
| XYZ | 9.26 | 7.95 | 8.44 | - |
| YUV | 81.48 | 126.6 | 143.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 71 | 79 | 0 | 0.31 | 0.23 | 0.60 | 345 | 0.18 | 0.34 |
| Hex | 67 | 47 | 4F | 0 | 1F | 17 | 3C | 159 | 12 | 22 |
| Octal | 147 | 107 | 117 | 0 | 37 | 27 | 74 | 531 | 22 | 42 |
| Binary | 1100111 | 1000111 | 1001111 | 0 | 11111 | 10111 | 111100 | 101011001 | 10010 | 100010 |
Color Harmonies of #67474F
Complementary color
Monochromatic Colors of #67474F
Black with #67474F
Text Example
Text Example
White with #67474F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67474F; }
p { color: rgb(103,71,79); }
H1.HeaderClassName
{
color: #67474F;
}
.AnyTagClassName
{
color: #67474F;
}
</style>
background-color css
<style>
a { background-color: #67474F; }
a { background-color: rgb(103,71,79); }
div.DivClassName
{
background-color: #67474F;
}
.BgClassName
{
background-color: #67474F;
}
</style>
border-color css
<style>
span { border-color: #67474F; }
span { border-color: rgb(103,71,79); }
td.TdClassName
{
border-color: #67474F;
}
.TagClassName
{
border-color: #67474F;
}
</style>