Shades of Finn #68435A
Tints of Finn #68435A
RGB
CMYK
RGB Variations
Color information
#68435A (or 0x68435A) is known color: Finn. HEX triplet: 68, 43 and 5A. RGB value is (104,67,90). Sum of RGB (Red+Green+Blue) = 104+67+90=261 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.85% from 261); Green value is 67 (26.56% from 255 or 25.67% from 261); Blue value is 90 (35.55% from 255 or 34.48% from 261); Max value from RGB is 104 - color contains mainly: red. Hex color #68435A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68435A is #97BCA5. Grayscale: #505050. Windows color (decimal): -9944230 or 5915496. OLE color: 5915496.
HSL color Cylindrical-coordinate representation of color #68435A: hue angle of 322.7º 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 #68435A is Cyan = 0, Magento = 0.36, Yellow = 0.13 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 67 | 90 | - |
| CMYK | 0 | 0.36 | 0.13 | 0.59 |
| HSL | 322.7º | 0.22% | 0.34% | - |
| HSV(B) | 322.7º | 0.36% | 0.41% | - |
| XYZ | 9.56 | 7.7 | 10.65 | - |
| YUV | 80.69 | 133.26 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 67 | 90 | 0 | 0.36 | 0.13 | 0.59 | 322.7 | 0.22 | 0.34 |
| Hex | 68 | 43 | 5A | 0 | 24 | D | 3B | 143 | 16 | 22 |
| Octal | 150 | 103 | 132 | 0 | 44 | 15 | 73 | 503 | 26 | 42 |
| Binary | 1101000 | 1000011 | 1011010 | 0 | 100100 | 1101 | 111011 | 101000011 | 10110 | 100010 |
Color Harmonies of #68435A
Complementary color
Monochromatic Colors of #68435A
Black with #68435A
Text Example
Text Example
White with #68435A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68435A; }
p { color: rgb(104,67,90); }
H1.HeaderClassName
{
color: #68435A;
}
.AnyTagClassName
{
color: #68435A;
}
</style>
background-color css
<style>
a { background-color: #68435A; }
a { background-color: rgb(104,67,90); }
div.DivClassName
{
background-color: #68435A;
}
.BgClassName
{
background-color: #68435A;
}
</style>
border-color css
<style>
span { border-color: #68435A; }
span { border-color: rgb(104,67,90); }
td.TdClassName
{
border-color: #68435A;
}
.TagClassName
{
border-color: #68435A;
}
</style>