Shades of Finn #67525C
Tints of Finn #67525C
RGB
CMYK
RGB Variations
Color information
#67525C (or 0x67525C) is known color: Finn. HEX triplet: 67, 52 and 5C. RGB value is (103,82,92). Sum of RGB (Red+Green+Blue) = 103+82+92=277 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.18% from 277); Green value is 82 (32.42% from 255 or 29.60% from 277); Blue value is 92 (36.33% from 255 or 33.21% from 277); Max value from RGB is 103 - color contains mainly: red. Hex color #67525C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67525C is #98ADA3. Grayscale: #595959. Windows color (decimal): -10005924 or 6050407. OLE color: 6050407.
HSL color Cylindrical-coordinate representation of color #67525C: hue angle of 331.43º 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 #67525C is Cyan = 0, Magento = 0.20, Yellow = 0.11 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 82 | 92 | - |
| CMYK | 0 | 0.20 | 0.11 | 0.60 |
| HSL | 331.43º | 0.11% | 0.36% | - |
| HSV(B) | 331.43º | 0.2% | 0.4% | - |
| XYZ | 10.54 | 9.69 | 11.44 | - |
| YUV | 89.42 | 129.46 | 137.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 82 | 92 | 0 | 0.20 | 0.11 | 0.60 | 331.43 | 0.11 | 0.36 |
| Hex | 67 | 52 | 5C | 0 | 14 | B | 3C | 14B | B | 24 |
| Octal | 147 | 122 | 134 | 0 | 24 | 13 | 74 | 513 | 13 | 44 |
| Binary | 1100111 | 1010010 | 1011100 | 0 | 10100 | 1011 | 111100 | 101001011 | 1011 | 100100 |
Color Harmonies of #67525C
Complementary color
Monochromatic Colors of #67525C
Black with #67525C
Text Example
Text Example
White with #67525C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67525C; }
p { color: rgb(103,82,92); }
H1.HeaderClassName
{
color: #67525C;
}
.AnyTagClassName
{
color: #67525C;
}
</style>
background-color css
<style>
a { background-color: #67525C; }
a { background-color: rgb(103,82,92); }
div.DivClassName
{
background-color: #67525C;
}
.BgClassName
{
background-color: #67525C;
}
</style>
border-color css
<style>
span { border-color: #67525C; }
span { border-color: rgb(103,82,92); }
td.TdClassName
{
border-color: #67525C;
}
.TagClassName
{
border-color: #67525C;
}
</style>