Shades of Finn #67525E
Tints of Finn #67525E
RGB
CMYK
RGB Variations
Color information
#67525E (or 0x67525E) is known color: Finn. HEX triplet: 67, 52 and 5E. RGB value is (103,82,94). Sum of RGB (Red+Green+Blue) = 103+82+94=279 (36% of max value = 765). Red value is 103 (40.62% from 255 or 36.92% from 279); Green value is 82 (32.42% from 255 or 29.39% from 279); Blue value is 94 (37.11% from 255 or 33.69% from 279); Max value from RGB is 103 - color contains mainly: red. Hex color #67525E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67525E is #98ADA1. Grayscale: #595959. Windows color (decimal): -10005922 or 6181479. OLE color: 6181479.
HSL color Cylindrical-coordinate representation of color #67525E: hue angle of 325.71º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #67525E is Cyan = 0, Magento = 0.20, Yellow = 0.09 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 82 | 94 | - |
| CMYK | 0 | 0.20 | 0.09 | 0.60 |
| HSL | 325.71º | 0.11% | 0.36% | - |
| HSV(B) | 325.71º | 0.2% | 0.4% | - |
| XYZ | 10.63 | 9.73 | 11.91 | - |
| YUV | 89.65 | 130.46 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 82 | 94 | 0 | 0.20 | 0.09 | 0.60 | 325.71 | 0.11 | 0.36 |
| Hex | 67 | 52 | 5E | 0 | 14 | 9 | 3C | 146 | B | 24 |
| Octal | 147 | 122 | 136 | 0 | 24 | 11 | 74 | 506 | 13 | 44 |
| Binary | 1100111 | 1010010 | 1011110 | 0 | 10100 | 1001 | 111100 | 101000110 | 1011 | 100100 |
Color Harmonies of #67525E
Complementary color
Monochromatic Colors of #67525E
Black with #67525E
Text Example
Text Example
White with #67525E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67525E; }
p { color: rgb(103,82,94); }
H1.HeaderClassName
{
color: #67525E;
}
.AnyTagClassName
{
color: #67525E;
}
</style>
background-color css
<style>
a { background-color: #67525E; }
a { background-color: rgb(103,82,94); }
div.DivClassName
{
background-color: #67525E;
}
.BgClassName
{
background-color: #67525E;
}
</style>
border-color css
<style>
span { border-color: #67525E; }
span { border-color: rgb(103,82,94); }
td.TdClassName
{
border-color: #67525E;
}
.TagClassName
{
border-color: #67525E;
}
</style>