Shades of Finn #69485E
Tints of Finn #69485E
RGB
CMYK
RGB Variations
Color information
#69485E (or 0x69485E) is known color: Finn. HEX triplet: 69, 48 and 5E. RGB value is (105,72,94). Sum of RGB (Red+Green+Blue) = 105+72+94=271 (35% of max value = 765). Red value is 105 (41.41% from 255 or 38.75% from 271); Green value is 72 (28.52% from 255 or 26.57% from 271); Blue value is 94 (37.11% from 255 or 34.69% from 271); Max value from RGB is 105 - color contains mainly: red. Hex color #69485E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69485E is #96B7A1. Grayscale: #545454. Windows color (decimal): -9877410 or 6178921. OLE color: 6178921.
HSL color Cylindrical-coordinate representation of color #69485E: hue angle of 320º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #69485E is Cyan = 0, Magento = 0.31, Yellow = 0.10 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 72 | 94 | - |
| CMYK | 0 | 0.31 | 0.10 | 0.59 |
| HSL | 320º | 0.19% | 0.35% | - |
| HSV(B) | 320º | 0.31% | 0.41% | - |
| XYZ | 10.16 | 8.45 | 11.68 | - |
| YUV | 84.38 | 133.43 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 72 | 94 | 0 | 0.31 | 0.10 | 0.59 | 320 | 0.19 | 0.35 |
| Hex | 69 | 48 | 5E | 0 | 1F | A | 3B | 140 | 13 | 23 |
| Octal | 151 | 110 | 136 | 0 | 37 | 12 | 73 | 500 | 23 | 43 |
| Binary | 1101001 | 1001000 | 1011110 | 0 | 11111 | 1010 | 111011 | 101000000 | 10011 | 100011 |
Color Harmonies of #69485E
Complementary color
Monochromatic Colors of #69485E
Black with #69485E
Text Example
Text Example
White with #69485E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69485E; }
p { color: rgb(105,72,94); }
H1.HeaderClassName
{
color: #69485E;
}
.AnyTagClassName
{
color: #69485E;
}
</style>
background-color css
<style>
a { background-color: #69485E; }
a { background-color: rgb(105,72,94); }
div.DivClassName
{
background-color: #69485E;
}
.BgClassName
{
background-color: #69485E;
}
</style>
border-color css
<style>
span { border-color: #69485E; }
span { border-color: rgb(105,72,94); }
td.TdClassName
{
border-color: #69485E;
}
.TagClassName
{
border-color: #69485E;
}
</style>