Shades of Finn #69515A
Tints of Finn #69515A
RGB
CMYK
RGB Variations
Color information
#69515A (or 0x69515A) is known color: Finn. HEX triplet: 69, 51 and 5A. RGB value is (105,81,90). Sum of RGB (Red+Green+Blue) = 105+81+90=276 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.04% from 276); Green value is 81 (32.03% from 255 or 29.35% from 276); Blue value is 90 (35.55% from 255 or 32.61% from 276); Max value from RGB is 105 - color contains mainly: red. Hex color #69515A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69515A is #96AEA5. Grayscale: #595959. Windows color (decimal): -9875110 or 5919081. OLE color: 5919081.
HSL color Cylindrical-coordinate representation of color #69515A: hue angle of 337.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 #69515A is Cyan = 0, Magento = 0.23, Yellow = 0.14 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 81 | 90 | - |
| CMYK | 0 | 0.23 | 0.14 | 0.59 |
| HSL | 337.5º | 0.13% | 0.36% | - |
| HSV(B) | 337.5º | 0.23% | 0.41% | - |
| XYZ | 10.61 | 9.63 | 10.97 | - |
| YUV | 89.2 | 128.45 | 139.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 81 | 90 | 0 | 0.23 | 0.14 | 0.59 | 337.5 | 0.13 | 0.36 |
| Hex | 69 | 51 | 5A | 0 | 17 | E | 3B | 152 | D | 24 |
| Octal | 151 | 121 | 132 | 0 | 27 | 16 | 73 | 522 | 15 | 44 |
| Binary | 1101001 | 1010001 | 1011010 | 0 | 10111 | 1110 | 111011 | 101010010 | 1101 | 100100 |
Color Harmonies of #69515A
Complementary color
Monochromatic Colors of #69515A
Black with #69515A
Text Example
Text Example
White with #69515A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69515A; }
p { color: rgb(105,81,90); }
H1.HeaderClassName
{
color: #69515A;
}
.AnyTagClassName
{
color: #69515A;
}
</style>
background-color css
<style>
a { background-color: #69515A; }
a { background-color: rgb(105,81,90); }
div.DivClassName
{
background-color: #69515A;
}
.BgClassName
{
background-color: #69515A;
}
</style>
border-color css
<style>
span { border-color: #69515A; }
span { border-color: rgb(105,81,90); }
td.TdClassName
{
border-color: #69515A;
}
.TagClassName
{
border-color: #69515A;
}
</style>