Shades of Finn #6C475B
Tints of Finn #6C475B
RGB
CMYK
RGB Variations
Color information
#6C475B (or 0x6C475B) is known color: Finn. HEX triplet: 6C, 47 and 5B. RGB value is (108,71,91). Sum of RGB (Red+Green+Blue) = 108+71+91=270 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40% from 270); Green value is 71 (28.12% from 255 or 26.30% from 270); Blue value is 91 (35.94% from 255 or 33.70% from 270); Max value from RGB is 108 - color contains mainly: red. Hex color #6C475B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C475B is #93B8A4. Grayscale: #545454. Windows color (decimal): -9681061 or 5982060. OLE color: 5982060.
HSL color Cylindrical-coordinate representation of color #6C475B: hue angle of 327.57º 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 #6C475B is Cyan = 0, Magento = 0.34, Yellow = 0.16 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 71 | 91 | - |
| CMYK | 0 | 0.34 | 0.16 | 0.58 |
| HSL | 327.57º | 0.21% | 0.35% | - |
| HSV(B) | 327.57º | 0.34% | 0.42% | - |
| XYZ | 10.33 | 8.45 | 10.98 | - |
| YUV | 84.34 | 131.76 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 71 | 91 | 0 | 0.34 | 0.16 | 0.58 | 327.57 | 0.21 | 0.35 |
| Hex | 6C | 47 | 5B | 0 | 22 | 10 | 3A | 148 | 15 | 23 |
| Octal | 154 | 107 | 133 | 0 | 42 | 20 | 72 | 510 | 25 | 43 |
| Binary | 1101100 | 1000111 | 1011011 | 0 | 100010 | 10000 | 111010 | 101001000 | 10101 | 100011 |
Color Harmonies of #6C475B
Complementary color
Monochromatic Colors of #6C475B
Black with #6C475B
Text Example
Text Example
White with #6C475B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C475B; }
p { color: rgb(108,71,91); }
H1.HeaderClassName
{
color: #6C475B;
}
.AnyTagClassName
{
color: #6C475B;
}
</style>
background-color css
<style>
a { background-color: #6C475B; }
a { background-color: rgb(108,71,91); }
div.DivClassName
{
background-color: #6C475B;
}
.BgClassName
{
background-color: #6C475B;
}
</style>
border-color css
<style>
span { border-color: #6C475B; }
span { border-color: rgb(108,71,91); }
td.TdClassName
{
border-color: #6C475B;
}
.TagClassName
{
border-color: #6C475B;
}
</style>