Shades of Finn #6B3754
Tints of Finn #6B3754
RGB
CMYK
RGB Variations
Color information
#6B3754 (or 0x6B3754) is known color: Finn. HEX triplet: 6B, 37 and 54. RGB value is (107,55,84). Sum of RGB (Red+Green+Blue) = 107+55+84=246 (32% of max value = 765). Red value is 107 (42.19% from 255 or 43.50% from 246); Green value is 55 (21.88% from 255 or 22.36% from 246); Blue value is 84 (33.20% from 255 or 34.15% from 246); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3754 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B3754 is #94C8AB. Grayscale: #494949. Windows color (decimal): -9750700 or 5519211. OLE color: 5519211.
HSL color Cylindrical-coordinate representation of color #6B3754: hue angle of 326.54º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6B3754 is Cyan = 0, Magento = 0.49, Yellow = 0.21 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 55 | 84 | - |
| CMYK | 0 | 0.49 | 0.21 | 0.58 |
| HSL | 326.54º | 0.32% | 0.32% | - |
| HSV(B) | 326.54º | 0.49% | 0.42% | - |
| XYZ | 9.03 | 6.5 | 9.17 | - |
| YUV | 73.85 | 133.73 | 151.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 55 | 84 | 0 | 0.49 | 0.21 | 0.58 | 326.54 | 0.32 | 0.32 |
| Hex | 6B | 37 | 54 | 0 | 31 | 15 | 3A | 147 | 20 | 20 |
| Octal | 153 | 67 | 124 | 0 | 61 | 25 | 72 | 507 | 40 | 40 |
| Binary | 1101011 | 110111 | 1010100 | 0 | 110001 | 10101 | 111010 | 101000111 | 100000 | 100000 |
Color Harmonies of #6B3754
Complementary color
Monochromatic Colors of #6B3754
Black with #6B3754
Text Example
Text Example
White with #6B3754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B3754; }
p { color: rgb(107,55,84); }
H1.HeaderClassName
{
color: #6B3754;
}
.AnyTagClassName
{
color: #6B3754;
}
</style>
background-color css
<style>
a { background-color: #6B3754; }
a { background-color: rgb(107,55,84); }
div.DivClassName
{
background-color: #6B3754;
}
.BgClassName
{
background-color: #6B3754;
}
</style>
border-color css
<style>
span { border-color: #6B3754; }
span { border-color: rgb(107,55,84); }
td.TdClassName
{
border-color: #6B3754;
}
.TagClassName
{
border-color: #6B3754;
}
</style>