Shades of Finn #694B58
Tints of Finn #694B58
RGB
CMYK
RGB Variations
Color information
#694B58 (or 0x694B58) is known color: Finn. HEX triplet: 69, 4B and 58. RGB value is (105,75,88). Sum of RGB (Red+Green+Blue) = 105+75+88=268 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.18% from 268); Green value is 75 (29.69% from 255 or 27.99% from 268); Blue value is 88 (34.77% from 255 or 32.84% from 268); Max value from RGB is 105 - color contains mainly: red. Hex color #694B58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #694B58 is #96B4A7. Grayscale: #555555. Windows color (decimal): -9876648 or 5786473. OLE color: 5786473.
HSL color Cylindrical-coordinate representation of color #694B58: hue angle of 334º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #694B58 is Cyan = 0, Magento = 0.29, Yellow = 0.16 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 75 | 88 | - |
| CMYK | 0 | 0.29 | 0.16 | 0.59 |
| HSL | 334º | 0.17% | 0.35% | - |
| HSV(B) | 334º | 0.29% | 0.41% | - |
| XYZ | 10.1 | 8.74 | 10.39 | - |
| YUV | 85.45 | 129.44 | 141.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 75 | 88 | 0 | 0.29 | 0.16 | 0.59 | 334 | 0.17 | 0.35 |
| Hex | 69 | 4B | 58 | 0 | 1D | 10 | 3B | 14E | 11 | 23 |
| Octal | 151 | 113 | 130 | 0 | 35 | 20 | 73 | 516 | 21 | 43 |
| Binary | 1101001 | 1001011 | 1011000 | 0 | 11101 | 10000 | 111011 | 101001110 | 10001 | 100011 |
Color Harmonies of #694B58
Complementary color
Monochromatic Colors of #694B58
Black with #694B58
Text Example
Text Example
White with #694B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694B58; }
p { color: rgb(105,75,88); }
H1.HeaderClassName
{
color: #694B58;
}
.AnyTagClassName
{
color: #694B58;
}
</style>
background-color css
<style>
a { background-color: #694B58; }
a { background-color: rgb(105,75,88); }
div.DivClassName
{
background-color: #694B58;
}
.BgClassName
{
background-color: #694B58;
}
</style>
border-color css
<style>
span { border-color: #694B58; }
span { border-color: rgb(105,75,88); }
td.TdClassName
{
border-color: #694B58;
}
.TagClassName
{
border-color: #694B58;
}
</style>