Shades of Finn #654353
Tints of Finn #654353
RGB
CMYK
RGB Variations
Color information
#654353 (or 0x654353) is known color: Finn. HEX triplet: 65, 43 and 53. RGB value is (101,67,83). Sum of RGB (Red+Green+Blue) = 101+67+83=251 (33% of max value = 765). Red value is 101 (39.84% from 255 or 40.24% from 251); Green value is 67 (26.56% from 255 or 26.69% from 251); Blue value is 83 (32.81% from 255 or 33.07% from 251); Max value from RGB is 101 - color contains mainly: red. Hex color #654353 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #654353 is #9ABCAC. Grayscale: #4E4E4E. Windows color (decimal): -10140845 or 5456741. OLE color: 5456741.
HSL color Cylindrical-coordinate representation of color #654353: hue angle of 331.76º degrees, saturation: 0.2, 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 #654353 is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 67 | 83 | - |
| CMYK | 0 | 0.34 | 0.18 | 0.60 |
| HSL | 331.76º | 0.2% | 0.33% | - |
| HSV(B) | 331.76º | 0.34% | 0.4% | - |
| XYZ | 8.94 | 7.41 | 9.14 | - |
| YUV | 78.99 | 130.26 | 143.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 67 | 83 | 0 | 0.34 | 0.18 | 0.60 | 331.76 | 0.2 | 0.33 |
| Hex | 65 | 43 | 53 | 0 | 22 | 12 | 3C | 14C | 14 | 21 |
| Octal | 145 | 103 | 123 | 0 | 42 | 22 | 74 | 514 | 24 | 41 |
| Binary | 1100101 | 1000011 | 1010011 | 0 | 100010 | 10010 | 111100 | 101001100 | 10100 | 100001 |
Color Harmonies of #654353
Complementary color
Monochromatic Colors of #654353
Black with #654353
Text Example
Text Example
White with #654353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654353; }
p { color: rgb(101,67,83); }
H1.HeaderClassName
{
color: #654353;
}
.AnyTagClassName
{
color: #654353;
}
</style>
background-color css
<style>
a { background-color: #654353; }
a { background-color: rgb(101,67,83); }
div.DivClassName
{
background-color: #654353;
}
.BgClassName
{
background-color: #654353;
}
</style>
border-color css
<style>
span { border-color: #654353; }
span { border-color: rgb(101,67,83); }
td.TdClassName
{
border-color: #654353;
}
.TagClassName
{
border-color: #654353;
}
</style>