Shades of Finn #69445D
Tints of Finn #69445D
RGB
CMYK
RGB Variations
Color information
#69445D (or 0x69445D) is known color: Finn. HEX triplet: 69, 44 and 5D. RGB value is (105,68,93). Sum of RGB (Red+Green+Blue) = 105+68+93=266 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.47% from 266); Green value is 68 (26.95% from 255 or 25.56% from 266); Blue value is 93 (36.72% from 255 or 34.96% from 266); Max value from RGB is 105 - color contains mainly: red. Hex color #69445D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69445D is #96BBA2. Grayscale: #515151. Windows color (decimal): -9878435 or 6112361. OLE color: 6112361.
HSL color Cylindrical-coordinate representation of color #69445D: hue angle of 319.46º degrees, saturation: 0.21, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #69445D is Cyan = 0, Magento = 0.35, Yellow = 0.11 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 68 | 93 | - |
| CMYK | 0 | 0.35 | 0.11 | 0.59 |
| HSL | 319.46º | 0.21% | 0.34% | - |
| HSV(B) | 319.46º | 0.35% | 0.41% | - |
| XYZ | 9.87 | 7.93 | 11.37 | - |
| YUV | 81.91 | 134.26 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 68 | 93 | 0 | 0.35 | 0.11 | 0.59 | 319.46 | 0.21 | 0.34 |
| Hex | 69 | 44 | 5D | 0 | 23 | B | 3B | 13F | 15 | 22 |
| Octal | 151 | 104 | 135 | 0 | 43 | 13 | 73 | 477 | 25 | 42 |
| Binary | 1101001 | 1000100 | 1011101 | 0 | 100011 | 1011 | 111011 | 100111111 | 10101 | 100010 |
Color Harmonies of #69445D
Complementary color
Monochromatic Colors of #69445D
Black with #69445D
Text Example
Text Example
White with #69445D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69445D; }
p { color: rgb(105,68,93); }
H1.HeaderClassName
{
color: #69445D;
}
.AnyTagClassName
{
color: #69445D;
}
</style>
background-color css
<style>
a { background-color: #69445D; }
a { background-color: rgb(105,68,93); }
div.DivClassName
{
background-color: #69445D;
}
.BgClassName
{
background-color: #69445D;
}
</style>
border-color css
<style>
span { border-color: #69445D; }
span { border-color: rgb(105,68,93); }
td.TdClassName
{
border-color: #69445D;
}
.TagClassName
{
border-color: #69445D;
}
</style>