Shades of Finn #67465A
Tints of Finn #67465A
RGB
CMYK
RGB Variations
Color information
#67465A (or 0x67465A) is known color: Finn. HEX triplet: 67, 46 and 5A. RGB value is (103,70,90). Sum of RGB (Red+Green+Blue) = 103+70+90=263 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.16% from 263); Green value is 70 (27.73% from 255 or 26.62% from 263); Blue value is 90 (35.55% from 255 or 34.22% from 263); Max value from RGB is 103 - color contains mainly: red. Hex color #67465A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67465A is #98B9A5. Grayscale: #525252. Windows color (decimal): -10008998 or 5916263. OLE color: 5916263.
HSL color Cylindrical-coordinate representation of color #67465A: hue angle of 323.64º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #67465A is Cyan = 0, Magento = 0.32, Yellow = 0.13 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 70 | 90 | - |
| CMYK | 0 | 0.32 | 0.13 | 0.60 |
| HSL | 323.64º | 0.19% | 0.34% | - |
| HSV(B) | 323.64º | 0.32% | 0.4% | - |
| XYZ | 9.63 | 8 | 10.71 | - |
| YUV | 82.15 | 132.43 | 142.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 70 | 90 | 0 | 0.32 | 0.13 | 0.60 | 323.64 | 0.19 | 0.34 |
| Hex | 67 | 46 | 5A | 0 | 20 | D | 3C | 144 | 13 | 22 |
| Octal | 147 | 106 | 132 | 0 | 40 | 15 | 74 | 504 | 23 | 42 |
| Binary | 1100111 | 1000110 | 1011010 | 0 | 100000 | 1101 | 111100 | 101000100 | 10011 | 100010 |
Color Harmonies of #67465A
Complementary color
Monochromatic Colors of #67465A
Black with #67465A
Text Example
Text Example
White with #67465A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67465A; }
p { color: rgb(103,70,90); }
H1.HeaderClassName
{
color: #67465A;
}
.AnyTagClassName
{
color: #67465A;
}
</style>
background-color css
<style>
a { background-color: #67465A; }
a { background-color: rgb(103,70,90); }
div.DivClassName
{
background-color: #67465A;
}
.BgClassName
{
background-color: #67465A;
}
</style>
border-color css
<style>
span { border-color: #67465A; }
span { border-color: rgb(103,70,90); }
td.TdClassName
{
border-color: #67465A;
}
.TagClassName
{
border-color: #67465A;
}
</style>