Shades of Finn #6C475E
Tints of Finn #6C475E
RGB
CMYK
RGB Variations
Color information
#6C475E (or 0x6C475E) is known color: Finn. HEX triplet: 6C, 47 and 5E. RGB value is (108,71,94). Sum of RGB (Red+Green+Blue) = 108+71+94=273 (36% of max value = 765). Red value is 108 (42.58% from 255 or 39.56% from 273); Green value is 71 (28.12% from 255 or 26.01% from 273); Blue value is 94 (37.11% from 255 or 34.43% from 273); Max value from RGB is 108 - color contains mainly: red. Hex color #6C475E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C475E is #93B8A1. Grayscale: #545454. Windows color (decimal): -9681058 or 6178668. OLE color: 6178668.
HSL color Cylindrical-coordinate representation of color #6C475E: hue angle of 322.7º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6C475E is Cyan = 0, Magento = 0.34, Yellow = 0.13 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 71 | 94 | - |
| CMYK | 0 | 0.34 | 0.13 | 0.58 |
| HSL | 322.7º | 0.21% | 0.35% | - |
| HSV(B) | 322.7º | 0.34% | 0.42% | - |
| XYZ | 10.46 | 8.5 | 11.68 | - |
| YUV | 84.69 | 133.26 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 71 | 94 | 0 | 0.34 | 0.13 | 0.58 | 322.7 | 0.21 | 0.35 |
| Hex | 6C | 47 | 5E | 0 | 22 | D | 3A | 143 | 15 | 23 |
| Octal | 154 | 107 | 136 | 0 | 42 | 15 | 72 | 503 | 25 | 43 |
| Binary | 1101100 | 1000111 | 1011110 | 0 | 100010 | 1101 | 111010 | 101000011 | 10101 | 100011 |
Color Harmonies of #6C475E
Complementary color
Monochromatic Colors of #6C475E
Black with #6C475E
Text Example
Text Example
White with #6C475E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C475E; }
p { color: rgb(108,71,94); }
H1.HeaderClassName
{
color: #6C475E;
}
.AnyTagClassName
{
color: #6C475E;
}
</style>
background-color css
<style>
a { background-color: #6C475E; }
a { background-color: rgb(108,71,94); }
div.DivClassName
{
background-color: #6C475E;
}
.BgClassName
{
background-color: #6C475E;
}
</style>
border-color css
<style>
span { border-color: #6C475E; }
span { border-color: rgb(108,71,94); }
td.TdClassName
{
border-color: #6C475E;
}
.TagClassName
{
border-color: #6C475E;
}
</style>