Shades of Finn #67455A
Tints of Finn #67455A
RGB
CMYK
RGB Variations
Color information
#67455A (or 0x67455A) is known color: Finn. HEX triplet: 67, 45 and 5A. RGB value is (103,69,90). Sum of RGB (Red+Green+Blue) = 103+69+90=262 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.31% from 262); Green value is 69 (27.34% from 255 or 26.34% from 262); Blue value is 90 (35.55% from 255 or 34.35% from 262); Max value from RGB is 103 - color contains mainly: red. Hex color #67455A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67455A is #98BAA5. Grayscale: #515151. Windows color (decimal): -10009254 or 5916007. OLE color: 5916007.
HSL color Cylindrical-coordinate representation of color #67455A: hue angle of 322.94º 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 #67455A is Cyan = 0, Magento = 0.33, Yellow = 0.13 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 69 | 90 | - |
| CMYK | 0 | 0.33 | 0.13 | 0.60 |
| HSL | 322.94º | 0.2% | 0.34% | - |
| HSV(B) | 322.94º | 0.33% | 0.4% | - |
| XYZ | 9.57 | 7.88 | 10.69 | - |
| YUV | 81.56 | 132.76 | 143.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 69 | 90 | 0 | 0.33 | 0.13 | 0.60 | 322.94 | 0.2 | 0.34 |
| Hex | 67 | 45 | 5A | 0 | 21 | D | 3C | 143 | 14 | 22 |
| Octal | 147 | 105 | 132 | 0 | 41 | 15 | 74 | 503 | 24 | 42 |
| Binary | 1100111 | 1000101 | 1011010 | 0 | 100001 | 1101 | 111100 | 101000011 | 10100 | 100010 |
Color Harmonies of #67455A
Complementary color
Monochromatic Colors of #67455A
Black with #67455A
Text Example
Text Example
White with #67455A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67455A; }
p { color: rgb(103,69,90); }
H1.HeaderClassName
{
color: #67455A;
}
.AnyTagClassName
{
color: #67455A;
}
</style>
background-color css
<style>
a { background-color: #67455A; }
a { background-color: rgb(103,69,90); }
div.DivClassName
{
background-color: #67455A;
}
.BgClassName
{
background-color: #67455A;
}
</style>
border-color css
<style>
span { border-color: #67455A; }
span { border-color: rgb(103,69,90); }
td.TdClassName
{
border-color: #67455A;
}
.TagClassName
{
border-color: #67455A;
}
</style>