Shades of Finn #67455B
Tints of Finn #67455B
RGB
CMYK
RGB Variations
Color information
#67455B (or 0x67455B) is known color: Finn. HEX triplet: 67, 45 and 5B. RGB value is (103,69,91). Sum of RGB (Red+Green+Blue) = 103+69+91=263 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.16% from 263); Green value is 69 (27.34% from 255 or 26.24% from 263); Blue value is 91 (35.94% from 255 or 34.60% from 263); Max value from RGB is 103 - color contains mainly: red. Hex color #67455B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67455B is #98BAA4. Grayscale: #515151. Windows color (decimal): -10009253 or 5981543. OLE color: 5981543.
HSL color Cylindrical-coordinate representation of color #67455B: hue angle of 321.18º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #67455B is Cyan = 0, Magento = 0.33, Yellow = 0.12 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 69 | 91 | - |
| CMYK | 0 | 0.33 | 0.12 | 0.60 |
| HSL | 321.18º | 0.2% | 0.34% | - |
| HSV(B) | 321.18º | 0.33% | 0.4% | - |
| XYZ | 9.61 | 7.9 | 10.91 | - |
| YUV | 81.67 | 133.26 | 143.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 69 | 91 | 0 | 0.33 | 0.12 | 0.60 | 321.18 | 0.2 | 0.34 |
| Hex | 67 | 45 | 5B | 0 | 21 | C | 3C | 141 | 14 | 22 |
| Octal | 147 | 105 | 133 | 0 | 41 | 14 | 74 | 501 | 24 | 42 |
| Binary | 1100111 | 1000101 | 1011011 | 0 | 100001 | 1100 | 111100 | 101000001 | 10100 | 100010 |
Color Harmonies of #67455B
Complementary color
Monochromatic Colors of #67455B
Black with #67455B
Text Example
Text Example
White with #67455B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67455B; }
p { color: rgb(103,69,91); }
H1.HeaderClassName
{
color: #67455B;
}
.AnyTagClassName
{
color: #67455B;
}
</style>
background-color css
<style>
a { background-color: #67455B; }
a { background-color: rgb(103,69,91); }
div.DivClassName
{
background-color: #67455B;
}
.BgClassName
{
background-color: #67455B;
}
</style>
border-color css
<style>
span { border-color: #67455B; }
span { border-color: rgb(103,69,91); }
td.TdClassName
{
border-color: #67455B;
}
.TagClassName
{
border-color: #67455B;
}
</style>