Shades of Finn #694251
Tints of Finn #694251
RGB
CMYK
RGB Variations
Color information
#694251 (or 0x694251) is known color: Finn. HEX triplet: 69, 42 and 51. RGB value is (105,66,81). Sum of RGB (Red+Green+Blue) = 105+66+81=252 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.67% from 252); Green value is 66 (26.17% from 255 or 26.19% from 252); Blue value is 81 (32.03% from 255 or 32.14% from 252); Max value from RGB is 105 - color contains mainly: red. Hex color #694251 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #694251 is #96BDAE. Grayscale: #4F4F4F. Windows color (decimal): -9878959 or 5325417. OLE color: 5325417.
HSL color Cylindrical-coordinate representation of color #694251: hue angle of 336.92º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #694251 is Cyan = 0, Magento = 0.37, Yellow = 0.23 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 66 | 81 | - |
| CMYK | 0 | 0.37 | 0.23 | 0.59 |
| HSL | 336.92º | 0.23% | 0.34% | - |
| HSV(B) | 336.92º | 0.37% | 0.41% | - |
| XYZ | 9.26 | 7.49 | 8.74 | - |
| YUV | 79.37 | 128.92 | 146.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 66 | 81 | 0 | 0.37 | 0.23 | 0.59 | 336.92 | 0.23 | 0.34 |
| Hex | 69 | 42 | 51 | 0 | 25 | 17 | 3B | 151 | 17 | 22 |
| Octal | 151 | 102 | 121 | 0 | 45 | 27 | 73 | 521 | 27 | 42 |
| Binary | 1101001 | 1000010 | 1010001 | 0 | 100101 | 10111 | 111011 | 101010001 | 10111 | 100010 |
Color Harmonies of #694251
Complementary color
Monochromatic Colors of #694251
Black with #694251
Text Example
Text Example
White with #694251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694251; }
p { color: rgb(105,66,81); }
H1.HeaderClassName
{
color: #694251;
}
.AnyTagClassName
{
color: #694251;
}
</style>
background-color css
<style>
a { background-color: #694251; }
a { background-color: rgb(105,66,81); }
div.DivClassName
{
background-color: #694251;
}
.BgClassName
{
background-color: #694251;
}
</style>
border-color css
<style>
span { border-color: #694251; }
span { border-color: rgb(105,66,81); }
td.TdClassName
{
border-color: #694251;
}
.TagClassName
{
border-color: #694251;
}
</style>