Shades of Finn #6B4C5D
Tints of Finn #6B4C5D
RGB
CMYK
RGB Variations
Color information
#6B4C5D (or 0x6B4C5D) is known color: Finn. HEX triplet: 6B, 4C and 5D. RGB value is (107,76,93). Sum of RGB (Red+Green+Blue) = 107+76+93=276 (36% of max value = 765). Red value is 107 (42.19% from 255 or 38.77% from 276); Green value is 76 (30.08% from 255 or 27.54% from 276); Blue value is 93 (36.72% from 255 or 33.70% from 276); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4C5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B4C5D is #94B3A2. Grayscale: #575757. Windows color (decimal): -9745315 or 6114411. OLE color: 6114411.
HSL color Cylindrical-coordinate representation of color #6B4C5D: hue angle of 327.1º 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 #6B4C5D is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 76 | 93 | - |
| CMYK | 0 | 0.29 | 0.13 | 0.58 |
| HSL | 327.1º | 0.17% | 0.36% | - |
| HSV(B) | 327.1º | 0.29% | 0.42% | - |
| XYZ | 10.62 | 9.08 | 11.55 | - |
| YUV | 87.21 | 131.27 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 76 | 93 | 0 | 0.29 | 0.13 | 0.58 | 327.1 | 0.17 | 0.36 |
| Hex | 6B | 4C | 5D | 0 | 1D | D | 3A | 147 | 11 | 24 |
| Octal | 153 | 114 | 135 | 0 | 35 | 15 | 72 | 507 | 21 | 44 |
| Binary | 1101011 | 1001100 | 1011101 | 0 | 11101 | 1101 | 111010 | 101000111 | 10001 | 100100 |
Color Harmonies of #6B4C5D
Complementary color
Monochromatic Colors of #6B4C5D
Black with #6B4C5D
Text Example
Text Example
White with #6B4C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4C5D; }
p { color: rgb(107,76,93); }
H1.HeaderClassName
{
color: #6B4C5D;
}
.AnyTagClassName
{
color: #6B4C5D;
}
</style>
background-color css
<style>
a { background-color: #6B4C5D; }
a { background-color: rgb(107,76,93); }
div.DivClassName
{
background-color: #6B4C5D;
}
.BgClassName
{
background-color: #6B4C5D;
}
</style>
border-color css
<style>
span { border-color: #6B4C5D; }
span { border-color: rgb(107,76,93); }
td.TdClassName
{
border-color: #6B4C5D;
}
.TagClassName
{
border-color: #6B4C5D;
}
</style>