Shades of Finn #66434F
Tints of Finn #66434F
RGB
CMYK
RGB Variations
Color information
#66434F (or 0x66434F) is known color: Finn. HEX triplet: 66, 43 and 4F. RGB value is (102,67,79). Sum of RGB (Red+Green+Blue) = 102+67+79=248 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.13% from 248); Green value is 67 (26.56% from 255 or 27.02% from 248); Blue value is 79 (31.25% from 255 or 31.85% from 248); Max value from RGB is 102 - color contains mainly: red. Hex color #66434F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66434F is #99BCB0. Grayscale: #4E4E4E. Windows color (decimal): -10075313 or 5194598. OLE color: 5194598.
HSL color Cylindrical-coordinate representation of color #66434F: hue angle of 339.43º degrees, saturation: 0.21, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #66434F is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 67 | 79 | - |
| CMYK | 0 | 0.34 | 0.23 | 0.6 |
| HSL | 339.43º | 0.21% | 0.33% | - |
| HSV(B) | 339.43º | 0.34% | 0.4% | - |
| XYZ | 8.9 | 7.4 | 8.36 | - |
| YUV | 78.83 | 128.1 | 144.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 67 | 79 | 0 | 0.34 | 0.23 | 0.6 | 339.43 | 0.21 | 0.33 |
| Hex | 66 | 43 | 4F | 0 | 22 | 17 | 3C | 153 | 15 | 21 |
| Octal | 146 | 103 | 117 | 0 | 42 | 27 | 74 | 523 | 25 | 41 |
| Binary | 1100110 | 1000011 | 1001111 | 0 | 100010 | 10111 | 111100 | 101010011 | 10101 | 100001 |
Color Harmonies of #66434F
Complementary color
Monochromatic Colors of #66434F
Black with #66434F
Text Example
Text Example
White with #66434F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66434F; }
p { color: rgb(102,67,79); }
H1.HeaderClassName
{
color: #66434F;
}
.AnyTagClassName
{
color: #66434F;
}
</style>
background-color css
<style>
a { background-color: #66434F; }
a { background-color: rgb(102,67,79); }
div.DivClassName
{
background-color: #66434F;
}
.BgClassName
{
background-color: #66434F;
}
</style>
border-color css
<style>
span { border-color: #66434F; }
span { border-color: rgb(102,67,79); }
td.TdClassName
{
border-color: #66434F;
}
.TagClassName
{
border-color: #66434F;
}
</style>