Shades of Finn #68485B
Tints of Finn #68485B
RGB
CMYK
RGB Variations
Color information
#68485B (or 0x68485B) is known color: Finn. HEX triplet: 68, 48 and 5B. RGB value is (104,72,91). Sum of RGB (Red+Green+Blue) = 104+72+91=267 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.95% from 267); Green value is 72 (28.52% from 255 or 26.97% from 267); Blue value is 91 (35.94% from 255 or 34.08% from 267); Max value from RGB is 104 - color contains mainly: red. Hex color #68485B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68485B is #97B7A4. Grayscale: #535353. Windows color (decimal): -9942949 or 5982312. OLE color: 5982312.
HSL color Cylindrical-coordinate representation of color #68485B: hue angle of 324.38º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #68485B is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 72 | 91 | - |
| CMYK | 0 | 0.31 | 0.12 | 0.59 |
| HSL | 324.38º | 0.18% | 0.35% | - |
| HSV(B) | 324.38º | 0.31% | 0.41% | - |
| XYZ | 9.91 | 8.33 | 10.98 | - |
| YUV | 83.73 | 132.1 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 72 | 91 | 0 | 0.31 | 0.12 | 0.59 | 324.38 | 0.18 | 0.35 |
| Hex | 68 | 48 | 5B | 0 | 1F | C | 3B | 144 | 12 | 23 |
| Octal | 150 | 110 | 133 | 0 | 37 | 14 | 73 | 504 | 22 | 43 |
| Binary | 1101000 | 1001000 | 1011011 | 0 | 11111 | 1100 | 111011 | 101000100 | 10010 | 100011 |
Color Harmonies of #68485B
Complementary color
Monochromatic Colors of #68485B
Black with #68485B
Text Example
Text Example
White with #68485B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68485B; }
p { color: rgb(104,72,91); }
H1.HeaderClassName
{
color: #68485B;
}
.AnyTagClassName
{
color: #68485B;
}
</style>
background-color css
<style>
a { background-color: #68485B; }
a { background-color: rgb(104,72,91); }
div.DivClassName
{
background-color: #68485B;
}
.BgClassName
{
background-color: #68485B;
}
</style>
border-color css
<style>
span { border-color: #68485B; }
span { border-color: rgb(104,72,91); }
td.TdClassName
{
border-color: #68485B;
}
.TagClassName
{
border-color: #68485B;
}
</style>