Shades of Finn #69394F
Tints of Finn #69394F
RGB
CMYK
RGB Variations
Color information
#69394F (or 0x69394F) is known color: Finn. HEX triplet: 69, 39 and 4F. RGB value is (105,57,79). Sum of RGB (Red+Green+Blue) = 105+57+79=241 (31% of max value = 765). Red value is 105 (41.41% from 255 or 43.57% from 241); Green value is 57 (22.66% from 255 or 23.65% from 241); Blue value is 79 (31.25% from 255 or 32.78% from 241); Max value from RGB is 105 - color contains mainly: red. Hex color #69394F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69394F is #96C6B0. Grayscale: #494949. Windows color (decimal): -9881265 or 5192041. OLE color: 5192041.
HSL color Cylindrical-coordinate representation of color #69394F: hue angle of 332.5º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #69394F is Cyan = 0, Magento = 0.46, Yellow = 0.25 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 57 | 79 | - |
| CMYK | 0 | 0.46 | 0.25 | 0.59 |
| HSL | 332.5º | 0.3% | 0.32% | - |
| HSV(B) | 332.5º | 0.46% | 0.41% | - |
| XYZ | 8.7 | 6.49 | 8.19 | - |
| YUV | 73.86 | 130.9 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 57 | 79 | 0 | 0.46 | 0.25 | 0.59 | 332.5 | 0.3 | 0.32 |
| Hex | 69 | 39 | 4F | 0 | 2E | 19 | 3B | 14C | 1E | 20 |
| Octal | 151 | 71 | 117 | 0 | 56 | 31 | 73 | 514 | 36 | 40 |
| Binary | 1101001 | 111001 | 1001111 | 0 | 101110 | 11001 | 111011 | 101001100 | 11110 | 100000 |
Color Harmonies of #69394F
Complementary color
Monochromatic Colors of #69394F
Black with #69394F
Text Example
Text Example
White with #69394F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69394F; }
p { color: rgb(105,57,79); }
H1.HeaderClassName
{
color: #69394F;
}
.AnyTagClassName
{
color: #69394F;
}
</style>
background-color css
<style>
a { background-color: #69394F; }
a { background-color: rgb(105,57,79); }
div.DivClassName
{
background-color: #69394F;
}
.BgClassName
{
background-color: #69394F;
}
</style>
border-color css
<style>
span { border-color: #69394F; }
span { border-color: rgb(105,57,79); }
td.TdClassName
{
border-color: #69394F;
}
.TagClassName
{
border-color: #69394F;
}
</style>