Shades of Finn #6B475A
Tints of Finn #6B475A
RGB
CMYK
RGB Variations
Color information
#6B475A (or 0x6B475A) is known color: Finn. HEX triplet: 6B, 47 and 5A. RGB value is (107,71,90). Sum of RGB (Red+Green+Blue) = 107+71+90=268 (35% of max value = 765). Red value is 107 (42.19% from 255 or 39.93% from 268); Green value is 71 (28.12% from 255 or 26.49% from 268); Blue value is 90 (35.55% from 255 or 33.58% from 268); Max value from RGB is 107 - color contains mainly: red. Hex color #6B475A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B475A is #94B8A5. Grayscale: #535353. Windows color (decimal): -9746598 or 5916523. OLE color: 5916523.
HSL color Cylindrical-coordinate representation of color #6B475A: hue angle of 328.33º degrees, saturation: 0.2, 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 #6B475A is Cyan = 0, Magento = 0.34, Yellow = 0.16 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 71 | 90 | - |
| CMYK | 0 | 0.34 | 0.16 | 0.58 |
| HSL | 328.33º | 0.2% | 0.35% | - |
| HSV(B) | 328.33º | 0.34% | 0.42% | - |
| XYZ | 10.16 | 8.37 | 10.75 | - |
| YUV | 83.93 | 131.43 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 71 | 90 | 0 | 0.34 | 0.16 | 0.58 | 328.33 | 0.2 | 0.35 |
| Hex | 6B | 47 | 5A | 0 | 22 | 10 | 3A | 148 | 14 | 23 |
| Octal | 153 | 107 | 132 | 0 | 42 | 20 | 72 | 510 | 24 | 43 |
| Binary | 1101011 | 1000111 | 1011010 | 0 | 100010 | 10000 | 111010 | 101001000 | 10100 | 100011 |
Color Harmonies of #6B475A
Complementary color
Monochromatic Colors of #6B475A
Black with #6B475A
Text Example
Text Example
White with #6B475A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B475A; }
p { color: rgb(107,71,90); }
H1.HeaderClassName
{
color: #6B475A;
}
.AnyTagClassName
{
color: #6B475A;
}
</style>
background-color css
<style>
a { background-color: #6B475A; }
a { background-color: rgb(107,71,90); }
div.DivClassName
{
background-color: #6B475A;
}
.BgClassName
{
background-color: #6B475A;
}
</style>
border-color css
<style>
span { border-color: #6B475A; }
span { border-color: rgb(107,71,90); }
td.TdClassName
{
border-color: #6B475A;
}
.TagClassName
{
border-color: #6B475A;
}
</style>