Shades of Finn #69515C
Tints of Finn #69515C
RGB
CMYK
RGB Variations
Color information
#69515C (or 0x69515C) is known color: Finn. HEX triplet: 69, 51 and 5C. RGB value is (105,81,92). Sum of RGB (Red+Green+Blue) = 105+81+92=278 (36% of max value = 765). Red value is 105 (41.41% from 255 or 37.77% from 278); Green value is 81 (32.03% from 255 or 29.14% from 278); Blue value is 92 (36.33% from 255 or 33.09% from 278); Max value from RGB is 105 - color contains mainly: red. Hex color #69515C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69515C is #96AEA3. Grayscale: #595959. Windows color (decimal): -9875108 or 6050153. OLE color: 6050153.
HSL color Cylindrical-coordinate representation of color #69515C: hue angle of 332.5º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #69515C is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 81 | 92 | - |
| CMYK | 0 | 0.23 | 0.12 | 0.59 |
| HSL | 332.5º | 0.13% | 0.36% | - |
| HSV(B) | 332.5º | 0.23% | 0.41% | - |
| XYZ | 10.7 | 9.66 | 11.43 | - |
| YUV | 89.43 | 129.45 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 81 | 92 | 0 | 0.23 | 0.12 | 0.59 | 332.5 | 0.13 | 0.36 |
| Hex | 69 | 51 | 5C | 0 | 17 | C | 3B | 14C | D | 24 |
| Octal | 151 | 121 | 134 | 0 | 27 | 14 | 73 | 514 | 15 | 44 |
| Binary | 1101001 | 1010001 | 1011100 | 0 | 10111 | 1100 | 111011 | 101001100 | 1101 | 100100 |
Color Harmonies of #69515C
Complementary color
Monochromatic Colors of #69515C
Black with #69515C
Text Example
Text Example
White with #69515C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69515C; }
p { color: rgb(105,81,92); }
H1.HeaderClassName
{
color: #69515C;
}
.AnyTagClassName
{
color: #69515C;
}
</style>
background-color css
<style>
a { background-color: #69515C; }
a { background-color: rgb(105,81,92); }
div.DivClassName
{
background-color: #69515C;
}
.BgClassName
{
background-color: #69515C;
}
</style>
border-color css
<style>
span { border-color: #69515C; }
span { border-color: rgb(105,81,92); }
td.TdClassName
{
border-color: #69515C;
}
.TagClassName
{
border-color: #69515C;
}
</style>