Shades of Finn #6B4C5E
Tints of Finn #6B4C5E
RGB
CMYK
RGB Variations
Color information
#6B4C5E (or 0x6B4C5E) is known color: Finn. HEX triplet: 6B, 4C and 5E. RGB value is (107,76,94). Sum of RGB (Red+Green+Blue) = 107+76+94=277 (36% of max value = 765). Red value is 107 (42.19% from 255 or 38.63% from 277); Green value is 76 (30.08% from 255 or 27.44% from 277); Blue value is 94 (37.11% from 255 or 33.94% from 277); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4C5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B4C5E is #94B3A1. Grayscale: #575757. Windows color (decimal): -9745314 or 6179947. OLE color: 6179947.
HSL color Cylindrical-coordinate representation of color #6B4C5E: hue angle of 325.16º degrees, saturation: 0.17, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6B4C5E is Cyan = 0, Magento = 0.29, Yellow = 0.12 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 76 | 94 | - |
| CMYK | 0 | 0.29 | 0.12 | 0.58 |
| HSL | 325.16º | 0.17% | 0.36% | - |
| HSV(B) | 325.16º | 0.29% | 0.42% | - |
| XYZ | 10.67 | 9.1 | 11.78 | - |
| YUV | 87.32 | 131.77 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 76 | 94 | 0 | 0.29 | 0.12 | 0.58 | 325.16 | 0.17 | 0.36 |
| Hex | 6B | 4C | 5E | 0 | 1D | C | 3A | 145 | 11 | 24 |
| Octal | 153 | 114 | 136 | 0 | 35 | 14 | 72 | 505 | 21 | 44 |
| Binary | 1101011 | 1001100 | 1011110 | 0 | 11101 | 1100 | 111010 | 101000101 | 10001 | 100100 |
Color Harmonies of #6B4C5E
Complementary color
Monochromatic Colors of #6B4C5E
Black with #6B4C5E
Text Example
Text Example
White with #6B4C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4C5E; }
p { color: rgb(107,76,94); }
H1.HeaderClassName
{
color: #6B4C5E;
}
.AnyTagClassName
{
color: #6B4C5E;
}
</style>
background-color css
<style>
a { background-color: #6B4C5E; }
a { background-color: rgb(107,76,94); }
div.DivClassName
{
background-color: #6B4C5E;
}
.BgClassName
{
background-color: #6B4C5E;
}
</style>
border-color css
<style>
span { border-color: #6B4C5E; }
span { border-color: rgb(107,76,94); }
td.TdClassName
{
border-color: #6B4C5E;
}
.TagClassName
{
border-color: #6B4C5E;
}
</style>