Shades of Finn #69475E
Tints of Finn #69475E
RGB
CMYK
RGB Variations
Color information
#69475E (or 0x69475E) is known color: Finn. HEX triplet: 69, 47 and 5E. RGB value is (105,71,94). Sum of RGB (Red+Green+Blue) = 105+71+94=270 (35% of max value = 765). Red value is 105 (41.41% from 255 or 38.89% from 270); Green value is 71 (28.12% from 255 or 26.30% from 270); Blue value is 94 (37.11% from 255 or 34.81% from 270); Max value from RGB is 105 - color contains mainly: red. Hex color #69475E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69475E is #96B8A1. Grayscale: #535353. Windows color (decimal): -9877666 or 6178665. OLE color: 6178665.
HSL color Cylindrical-coordinate representation of color #69475E: hue angle of 319.41º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #69475E is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 71 | 94 | - |
| CMYK | 0 | 0.32 | 0.10 | 0.59 |
| HSL | 319.41º | 0.19% | 0.35% | - |
| HSV(B) | 319.41º | 0.32% | 0.41% | - |
| XYZ | 10.1 | 8.32 | 11.66 | - |
| YUV | 83.79 | 133.76 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 71 | 94 | 0 | 0.32 | 0.10 | 0.59 | 319.41 | 0.19 | 0.35 |
| Hex | 69 | 47 | 5E | 0 | 20 | A | 3B | 13F | 13 | 23 |
| Octal | 151 | 107 | 136 | 0 | 40 | 12 | 73 | 477 | 23 | 43 |
| Binary | 1101001 | 1000111 | 1011110 | 0 | 100000 | 1010 | 111011 | 100111111 | 10011 | 100011 |
Color Harmonies of #69475E
Complementary color
Monochromatic Colors of #69475E
Black with #69475E
Text Example
Text Example
White with #69475E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69475E; }
p { color: rgb(105,71,94); }
H1.HeaderClassName
{
color: #69475E;
}
.AnyTagClassName
{
color: #69475E;
}
</style>
background-color css
<style>
a { background-color: #69475E; }
a { background-color: rgb(105,71,94); }
div.DivClassName
{
background-color: #69475E;
}
.BgClassName
{
background-color: #69475E;
}
</style>
border-color css
<style>
span { border-color: #69475E; }
span { border-color: rgb(105,71,94); }
td.TdClassName
{
border-color: #69475E;
}
.TagClassName
{
border-color: #69475E;
}
</style>