Shades of Finn #61535A
Tints of Finn #61535A
RGB
CMYK
RGB Variations
Color information
#61535A (or 0x61535A) is known color: Finn. HEX triplet: 61, 53 and 5A. RGB value is (97,83,90). Sum of RGB (Red+Green+Blue) = 97+83+90=270 (35% of max value = 765). Red value is 97 (38.28% from 255 or 35.93% from 270); Green value is 83 (32.81% from 255 or 30.74% from 270); Blue value is 90 (35.55% from 255 or 33.33% from 270); Max value from RGB is 97 - color contains mainly: red. Hex color #61535A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61535A is #9EACA5. Grayscale: #575757. Windows color (decimal): -10398886 or 5919585. OLE color: 5919585.
HSL color Cylindrical-coordinate representation of color #61535A: hue angle of 330º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #61535A is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 83 | 90 | - |
| CMYK | 0 | 0.14 | 0.07 | 0.62 |
| HSL | 330º | 0.08% | 0.35% | - |
| HSV(B) | 330º | 0.14% | 0.38% | - |
| XYZ | 9.87 | 9.47 | 10.98 | - |
| YUV | 87.98 | 129.14 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 83 | 90 | 0 | 0.14 | 0.07 | 0.62 | 330 | 0.08 | 0.35 |
| Hex | 61 | 53 | 5A | 0 | E | 7 | 3E | 14A | 8 | 23 |
| Octal | 141 | 123 | 132 | 0 | 16 | 7 | 76 | 512 | 10 | 43 |
| Binary | 1100001 | 1010011 | 1011010 | 0 | 1110 | 111 | 111110 | 101001010 | 1000 | 100011 |
Color Harmonies of #61535A
Complementary color
Monochromatic Colors of #61535A
Black with #61535A
Text Example
Text Example
White with #61535A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61535A; }
p { color: rgb(97,83,90); }
H1.HeaderClassName
{
color: #61535A;
}
.AnyTagClassName
{
color: #61535A;
}
</style>
background-color css
<style>
a { background-color: #61535A; }
a { background-color: rgb(97,83,90); }
div.DivClassName
{
background-color: #61535A;
}
.BgClassName
{
background-color: #61535A;
}
</style>
border-color css
<style>
span { border-color: #61535A; }
span { border-color: rgb(97,83,90); }
td.TdClassName
{
border-color: #61535A;
}
.TagClassName
{
border-color: #61535A;
}
</style>