Shades of Finn #694250
Tints of Finn #694250
RGB
CMYK
RGB Variations
Color information
#694250 (or 0x694250) is known color: Finn. HEX triplet: 69, 42 and 50. RGB value is (105,66,80). Sum of RGB (Red+Green+Blue) = 105+66+80=251 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.83% from 251); Green value is 66 (26.17% from 255 or 26.29% from 251); Blue value is 80 (31.64% from 255 or 31.87% from 251); Max value from RGB is 105 - color contains mainly: red. Hex color #694250 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #694250 is #96BDAF. Grayscale: #4F4F4F. Windows color (decimal): -9878960 or 5259881. OLE color: 5259881.
HSL color Cylindrical-coordinate representation of color #694250: hue angle of 338.46º 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 #694250 is Cyan = 0, Magento = 0.37, Yellow = 0.24 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 66 | 80 | - |
| CMYK | 0 | 0.37 | 0.24 | 0.59 |
| HSL | 338.46º | 0.23% | 0.34% | - |
| HSV(B) | 338.46º | 0.37% | 0.41% | - |
| XYZ | 9.22 | 7.48 | 8.55 | - |
| YUV | 79.26 | 128.42 | 146.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 66 | 80 | 0 | 0.37 | 0.24 | 0.59 | 338.46 | 0.23 | 0.34 |
| Hex | 69 | 42 | 50 | 0 | 25 | 18 | 3B | 152 | 17 | 22 |
| Octal | 151 | 102 | 120 | 0 | 45 | 30 | 73 | 522 | 27 | 42 |
| Binary | 1101001 | 1000010 | 1010000 | 0 | 100101 | 11000 | 111011 | 101010010 | 10111 | 100010 |
Color Harmonies of #694250
Complementary color
Monochromatic Colors of #694250
Black with #694250
Text Example
Text Example
White with #694250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694250; }
p { color: rgb(105,66,80); }
H1.HeaderClassName
{
color: #694250;
}
.AnyTagClassName
{
color: #694250;
}
</style>
background-color css
<style>
a { background-color: #694250; }
a { background-color: rgb(105,66,80); }
div.DivClassName
{
background-color: #694250;
}
.BgClassName
{
background-color: #694250;
}
</style>
border-color css
<style>
span { border-color: #694250; }
span { border-color: rgb(105,66,80); }
td.TdClassName
{
border-color: #694250;
}
.TagClassName
{
border-color: #694250;
}
</style>