Shades of Finn #67495C
Tints of Finn #67495C
RGB
CMYK
RGB Variations
Color information
#67495C (or 0x67495C) is known color: Finn. HEX triplet: 67, 49 and 5C. RGB value is (103,73,92). Sum of RGB (Red+Green+Blue) = 103+73+92=268 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.43% from 268); Green value is 73 (28.91% from 255 or 27.24% from 268); Blue value is 92 (36.33% from 255 or 34.33% from 268); Max value from RGB is 103 - color contains mainly: red. Hex color #67495C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67495C is #98B6A3. Grayscale: #545454. Windows color (decimal): -10008228 or 6048103. OLE color: 6048103.
HSL color Cylindrical-coordinate representation of color #67495C: hue angle of 322º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #67495C is Cyan = 0, Magento = 0.29, Yellow = 0.11 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 73 | 92 | - |
| CMYK | 0 | 0.29 | 0.11 | 0.60 |
| HSL | 322º | 0.17% | 0.35% | - |
| HSV(B) | 322º | 0.29% | 0.4% | - |
| XYZ | 9.91 | 8.42 | 11.23 | - |
| YUV | 84.14 | 132.44 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 73 | 92 | 0 | 0.29 | 0.11 | 0.60 | 322 | 0.17 | 0.35 |
| Hex | 67 | 49 | 5C | 0 | 1D | B | 3C | 142 | 11 | 23 |
| Octal | 147 | 111 | 134 | 0 | 35 | 13 | 74 | 502 | 21 | 43 |
| Binary | 1100111 | 1001001 | 1011100 | 0 | 11101 | 1011 | 111100 | 101000010 | 10001 | 100011 |
Color Harmonies of #67495C
Complementary color
Monochromatic Colors of #67495C
Black with #67495C
Text Example
Text Example
White with #67495C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67495C; }
p { color: rgb(103,73,92); }
H1.HeaderClassName
{
color: #67495C;
}
.AnyTagClassName
{
color: #67495C;
}
</style>
background-color css
<style>
a { background-color: #67495C; }
a { background-color: rgb(103,73,92); }
div.DivClassName
{
background-color: #67495C;
}
.BgClassName
{
background-color: #67495C;
}
</style>
border-color css
<style>
span { border-color: #67495C; }
span { border-color: rgb(103,73,92); }
td.TdClassName
{
border-color: #67495C;
}
.TagClassName
{
border-color: #67495C;
}
</style>