Shades of Finn #69405A
Tints of Finn #69405A
RGB
CMYK
RGB Variations
Color information
#69405A (or 0x69405A) is known color: Finn. HEX triplet: 69, 40 and 5A. RGB value is (105,64,90). Sum of RGB (Red+Green+Blue) = 105+64+90=259 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.54% from 259); Green value is 64 (25.39% from 255 or 24.71% from 259); Blue value is 90 (35.55% from 255 or 34.75% from 259); Max value from RGB is 105 - color contains mainly: red. Hex color #69405A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69405A is #96BFA5. Grayscale: #4F4F4F. Windows color (decimal): -9879462 or 5914729. OLE color: 5914729.
HSL color Cylindrical-coordinate representation of color #69405A: hue angle of 321.95º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #69405A is Cyan = 0, Magento = 0.39, Yellow = 0.14 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 64 | 90 | - |
| CMYK | 0 | 0.39 | 0.14 | 0.59 |
| HSL | 321.95º | 0.24% | 0.33% | - |
| HSV(B) | 321.95º | 0.39% | 0.41% | - |
| XYZ | 9.5 | 7.41 | 10.6 | - |
| YUV | 79.22 | 134.08 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 64 | 90 | 0 | 0.39 | 0.14 | 0.59 | 321.95 | 0.24 | 0.33 |
| Hex | 69 | 40 | 5A | 0 | 27 | E | 3B | 142 | 18 | 21 |
| Octal | 151 | 100 | 132 | 0 | 47 | 16 | 73 | 502 | 30 | 41 |
| Binary | 1101001 | 1000000 | 1011010 | 0 | 100111 | 1110 | 111011 | 101000010 | 11000 | 100001 |
Color Harmonies of #69405A
Complementary color
Monochromatic Colors of #69405A
Black with #69405A
Text Example
Text Example
White with #69405A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69405A; }
p { color: rgb(105,64,90); }
H1.HeaderClassName
{
color: #69405A;
}
.AnyTagClassName
{
color: #69405A;
}
</style>
background-color css
<style>
a { background-color: #69405A; }
a { background-color: rgb(105,64,90); }
div.DivClassName
{
background-color: #69405A;
}
.BgClassName
{
background-color: #69405A;
}
</style>
border-color css
<style>
span { border-color: #69405A; }
span { border-color: rgb(105,64,90); }
td.TdClassName
{
border-color: #69405A;
}
.TagClassName
{
border-color: #69405A;
}
</style>