Shades of Finn #69455C
Tints of Finn #69455C
RGB
CMYK
RGB Variations
Color information
#69455C (or 0x69455C) is known color: Finn. HEX triplet: 69, 45 and 5C. RGB value is (105,69,92). Sum of RGB (Red+Green+Blue) = 105+69+92=266 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.47% from 266); Green value is 69 (27.34% from 255 or 25.94% from 266); Blue value is 92 (36.33% from 255 or 34.59% from 266); Max value from RGB is 105 - color contains mainly: red. Hex color #69455C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69455C is #96BAA3. Grayscale: #525252. Windows color (decimal): -9878180 or 6047081. OLE color: 6047081.
HSL color Cylindrical-coordinate representation of color #69455C: hue angle of 321.67º degrees, saturation: 0.21, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #69455C is Cyan = 0, Magento = 0.34, Yellow = 0.12 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 69 | 92 | - |
| CMYK | 0 | 0.34 | 0.12 | 0.59 |
| HSL | 321.67º | 0.21% | 0.34% | - |
| HSV(B) | 321.67º | 0.34% | 0.41% | - |
| XYZ | 9.89 | 8.03 | 11.15 | - |
| YUV | 82.39 | 133.43 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 69 | 92 | 0 | 0.34 | 0.12 | 0.59 | 321.67 | 0.21 | 0.34 |
| Hex | 69 | 45 | 5C | 0 | 22 | C | 3B | 142 | 15 | 22 |
| Octal | 151 | 105 | 134 | 0 | 42 | 14 | 73 | 502 | 25 | 42 |
| Binary | 1101001 | 1000101 | 1011100 | 0 | 100010 | 1100 | 111011 | 101000010 | 10101 | 100010 |
Color Harmonies of #69455C
Complementary color
Monochromatic Colors of #69455C
Black with #69455C
Text Example
Text Example
White with #69455C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69455C; }
p { color: rgb(105,69,92); }
H1.HeaderClassName
{
color: #69455C;
}
.AnyTagClassName
{
color: #69455C;
}
</style>
background-color css
<style>
a { background-color: #69455C; }
a { background-color: rgb(105,69,92); }
div.DivClassName
{
background-color: #69455C;
}
.BgClassName
{
background-color: #69455C;
}
</style>
border-color css
<style>
span { border-color: #69455C; }
span { border-color: rgb(105,69,92); }
td.TdClassName
{
border-color: #69455C;
}
.TagClassName
{
border-color: #69455C;
}
</style>