Shades of Finn #67505C
Tints of Finn #67505C
RGB
CMYK
RGB Variations
Color information
#67505C (or 0x67505C) is known color: Finn. HEX triplet: 67, 50 and 5C. RGB value is (103,80,92). Sum of RGB (Red+Green+Blue) = 103+80+92=275 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.45% from 275); Green value is 80 (31.64% from 255 or 29.09% from 275); Blue value is 92 (36.33% from 255 or 33.45% from 275); Max value from RGB is 103 - color contains mainly: red. Hex color #67505C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67505C is #98AFA3. Grayscale: #585858. Windows color (decimal): -10006436 or 6049895. OLE color: 6049895.
HSL color Cylindrical-coordinate representation of color #67505C: hue angle of 328.7º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #67505C is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 80 | 92 | - |
| CMYK | 0 | 0.22 | 0.11 | 0.60 |
| HSL | 328.7º | 0.13% | 0.36% | - |
| HSV(B) | 328.7º | 0.22% | 0.4% | - |
| XYZ | 10.39 | 9.39 | 11.39 | - |
| YUV | 88.25 | 130.12 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 80 | 92 | 0 | 0.22 | 0.11 | 0.60 | 328.7 | 0.13 | 0.36 |
| Hex | 67 | 50 | 5C | 0 | 16 | B | 3C | 149 | D | 24 |
| Octal | 147 | 120 | 134 | 0 | 26 | 13 | 74 | 511 | 15 | 44 |
| Binary | 1100111 | 1010000 | 1011100 | 0 | 10110 | 1011 | 111100 | 101001001 | 1101 | 100100 |
Color Harmonies of #67505C
Complementary color
Monochromatic Colors of #67505C
Black with #67505C
Text Example
Text Example
White with #67505C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67505C; }
p { color: rgb(103,80,92); }
H1.HeaderClassName
{
color: #67505C;
}
.AnyTagClassName
{
color: #67505C;
}
</style>
background-color css
<style>
a { background-color: #67505C; }
a { background-color: rgb(103,80,92); }
div.DivClassName
{
background-color: #67505C;
}
.BgClassName
{
background-color: #67505C;
}
</style>
border-color css
<style>
span { border-color: #67505C; }
span { border-color: rgb(103,80,92); }
td.TdClassName
{
border-color: #67505C;
}
.TagClassName
{
border-color: #67505C;
}
</style>