Shades of Finn #694256
Tints of Finn #694256
RGB
CMYK
RGB Variations
Color information
#694256 (or 0x694256) is known color: Finn. HEX triplet: 69, 42 and 56. RGB value is (105,66,86). Sum of RGB (Red+Green+Blue) = 105+66+86=257 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.86% from 257); Green value is 66 (26.17% from 255 or 25.68% from 257); Blue value is 86 (33.98% from 255 or 33.46% from 257); Max value from RGB is 105 - color contains mainly: red. Hex color #694256 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #694256 is #96BDA9. Grayscale: #4F4F4F. Windows color (decimal): -9878954 or 5653097. OLE color: 5653097.
HSL color Cylindrical-coordinate representation of color #694256: hue angle of 329.23º 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 #694256 is Cyan = 0, Magento = 0.37, Yellow = 0.18 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 66 | 86 | - |
| CMYK | 0 | 0.37 | 0.18 | 0.59 |
| HSL | 329.23º | 0.23% | 0.34% | - |
| HSV(B) | 329.23º | 0.37% | 0.41% | - |
| XYZ | 9.45 | 7.57 | 9.77 | - |
| YUV | 79.94 | 131.42 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 66 | 86 | 0 | 0.37 | 0.18 | 0.59 | 329.23 | 0.23 | 0.34 |
| Hex | 69 | 42 | 56 | 0 | 25 | 12 | 3B | 149 | 17 | 22 |
| Octal | 151 | 102 | 126 | 0 | 45 | 22 | 73 | 511 | 27 | 42 |
| Binary | 1101001 | 1000010 | 1010110 | 0 | 100101 | 10010 | 111011 | 101001001 | 10111 | 100010 |
Color Harmonies of #694256
Complementary color
Monochromatic Colors of #694256
Black with #694256
Text Example
Text Example
White with #694256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694256; }
p { color: rgb(105,66,86); }
H1.HeaderClassName
{
color: #694256;
}
.AnyTagClassName
{
color: #694256;
}
</style>
background-color css
<style>
a { background-color: #694256; }
a { background-color: rgb(105,66,86); }
div.DivClassName
{
background-color: #694256;
}
.BgClassName
{
background-color: #694256;
}
</style>
border-color css
<style>
span { border-color: #694256; }
span { border-color: rgb(105,66,86); }
td.TdClassName
{
border-color: #694256;
}
.TagClassName
{
border-color: #694256;
}
</style>