Shades of Finn #68435C
Tints of Finn #68435C
RGB
CMYK
RGB Variations
Color information
#68435C (or 0x68435C) is known color: Finn. HEX triplet: 68, 43 and 5C. RGB value is (104,67,92). Sum of RGB (Red+Green+Blue) = 104+67+92=263 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.54% from 263); Green value is 67 (26.56% from 255 or 25.48% from 263); Blue value is 92 (36.33% from 255 or 34.98% from 263); Max value from RGB is 104 - color contains mainly: red. Hex color #68435C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68435C is #97BCA3. Grayscale: #505050. Windows color (decimal): -9944228 or 6046568. OLE color: 6046568.
HSL color Cylindrical-coordinate representation of color #68435C: hue angle of 319.46º degrees, saturation: 0.22, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #68435C is Cyan = 0, Magento = 0.36, Yellow = 0.12 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 67 | 92 | - |
| CMYK | 0 | 0.36 | 0.12 | 0.59 |
| HSL | 319.46º | 0.22% | 0.34% | - |
| HSV(B) | 319.46º | 0.36% | 0.41% | - |
| XYZ | 9.65 | 7.73 | 11.11 | - |
| YUV | 80.91 | 134.26 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 67 | 92 | 0 | 0.36 | 0.12 | 0.59 | 319.46 | 0.22 | 0.34 |
| Hex | 68 | 43 | 5C | 0 | 24 | C | 3B | 13F | 16 | 22 |
| Octal | 150 | 103 | 134 | 0 | 44 | 14 | 73 | 477 | 26 | 42 |
| Binary | 1101000 | 1000011 | 1011100 | 0 | 100100 | 1100 | 111011 | 100111111 | 10110 | 100010 |
Color Harmonies of #68435C
Complementary color
Monochromatic Colors of #68435C
Black with #68435C
Text Example
Text Example
White with #68435C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68435C; }
p { color: rgb(104,67,92); }
H1.HeaderClassName
{
color: #68435C;
}
.AnyTagClassName
{
color: #68435C;
}
</style>
background-color css
<style>
a { background-color: #68435C; }
a { background-color: rgb(104,67,92); }
div.DivClassName
{
background-color: #68435C;
}
.BgClassName
{
background-color: #68435C;
}
</style>
border-color css
<style>
span { border-color: #68435C; }
span { border-color: rgb(104,67,92); }
td.TdClassName
{
border-color: #68435C;
}
.TagClassName
{
border-color: #68435C;
}
</style>