Shades of Finn #6B4B5C
Tints of Finn #6B4B5C
RGB
CMYK
RGB Variations
Color information
#6B4B5C (or 0x6B4B5C) is known color: Finn. HEX triplet: 6B, 4B and 5C. RGB value is (107,75,92). Sum of RGB (Red+Green+Blue) = 107+75+92=274 (36% of max value = 765). Red value is 107 (42.19% from 255 or 39.05% from 274); Green value is 75 (29.69% from 255 or 27.37% from 274); Blue value is 92 (36.33% from 255 or 33.58% from 274); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4B5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B4B5C is #94B4A3. Grayscale: #565656. Windows color (decimal): -9745572 or 6048619. OLE color: 6048619.
HSL color Cylindrical-coordinate representation of color #6B4B5C: hue angle of 328.12º degrees, saturation: 0.18, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6B4B5C is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 75 | 92 | - |
| CMYK | 0 | 0.30 | 0.14 | 0.58 |
| HSL | 328.13º | 0.18% | 0.36% | - |
| HSV(B) | 328.13º | 0.3% | 0.42% | - |
| XYZ | 10.51 | 8.93 | 11.3 | - |
| YUV | 86.51 | 131.1 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 75 | 92 | 0 | 0.30 | 0.14 | 0.58 | 328.13 | 0.18 | 0.36 |
| Hex | 6B | 4B | 5C | 0 | 1E | E | 3A | 148 | 12 | 24 |
| Octal | 153 | 113 | 134 | 0 | 36 | 16 | 72 | 510 | 22 | 44 |
| Binary | 1101011 | 1001011 | 1011100 | 0 | 11110 | 1110 | 111010 | 101001000 | 10010 | 100100 |
Color Harmonies of #6B4B5C
Complementary color
Monochromatic Colors of #6B4B5C
Black with #6B4B5C
Text Example
Text Example
White with #6B4B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4B5C; }
p { color: rgb(107,75,92); }
H1.HeaderClassName
{
color: #6B4B5C;
}
.AnyTagClassName
{
color: #6B4B5C;
}
</style>
background-color css
<style>
a { background-color: #6B4B5C; }
a { background-color: rgb(107,75,92); }
div.DivClassName
{
background-color: #6B4B5C;
}
.BgClassName
{
background-color: #6B4B5C;
}
</style>
border-color css
<style>
span { border-color: #6B4B5C; }
span { border-color: rgb(107,75,92); }
td.TdClassName
{
border-color: #6B4B5C;
}
.TagClassName
{
border-color: #6B4B5C;
}
</style>