Shades of Finn #69434F
Tints of Finn #69434F
RGB
CMYK
RGB Variations
Color information
#69434F (or 0x69434F) is known color: Finn. HEX triplet: 69, 43 and 4F. RGB value is (105,67,79). Sum of RGB (Red+Green+Blue) = 105+67+79=251 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.83% from 251); Green value is 67 (26.56% from 255 or 26.69% from 251); Blue value is 79 (31.25% from 255 or 31.47% from 251); Max value from RGB is 105 - color contains mainly: red. Hex color #69434F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69434F is #96BCB0. Grayscale: #4F4F4F. Windows color (decimal): -9878705 or 5194601. OLE color: 5194601.
HSL color Cylindrical-coordinate representation of color #69434F: hue angle of 341.05º degrees, saturation: 0.22, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #69434F is Cyan = 0, Magento = 0.36, Yellow = 0.25 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 67 | 79 | - |
| CMYK | 0 | 0.36 | 0.25 | 0.59 |
| HSL | 341.05º | 0.22% | 0.34% | - |
| HSV(B) | 341.05º | 0.36% | 0.41% | - |
| XYZ | 9.24 | 7.58 | 8.37 | - |
| YUV | 79.73 | 127.59 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 67 | 79 | 0 | 0.36 | 0.25 | 0.59 | 341.05 | 0.22 | 0.34 |
| Hex | 69 | 43 | 4F | 0 | 24 | 19 | 3B | 155 | 16 | 22 |
| Octal | 151 | 103 | 117 | 0 | 44 | 31 | 73 | 525 | 26 | 42 |
| Binary | 1101001 | 1000011 | 1001111 | 0 | 100100 | 11001 | 111011 | 101010101 | 10110 | 100010 |
Color Harmonies of #69434F
Complementary color
Monochromatic Colors of #69434F
Black with #69434F
Text Example
Text Example
White with #69434F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69434F; }
p { color: rgb(105,67,79); }
H1.HeaderClassName
{
color: #69434F;
}
.AnyTagClassName
{
color: #69434F;
}
</style>
background-color css
<style>
a { background-color: #69434F; }
a { background-color: rgb(105,67,79); }
div.DivClassName
{
background-color: #69434F;
}
.BgClassName
{
background-color: #69434F;
}
</style>
border-color css
<style>
span { border-color: #69434F; }
span { border-color: rgb(105,67,79); }
td.TdClassName
{
border-color: #69434F;
}
.TagClassName
{
border-color: #69434F;
}
</style>