Shades of Finn #67535A
Tints of Finn #67535A
RGB
CMYK
RGB Variations
Color information
#67535A (or 0x67535A) is known color: Finn. HEX triplet: 67, 53 and 5A. RGB value is (103,83,90). Sum of RGB (Red+Green+Blue) = 103+83+90=276 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.32% from 276); Green value is 83 (32.81% from 255 or 30.07% from 276); Blue value is 90 (35.55% from 255 or 32.61% from 276); Max value from RGB is 103 - color contains mainly: red. Hex color #67535A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67535A is #98ACA5. Grayscale: #595959. Windows color (decimal): -10005670 or 5919591. OLE color: 5919591.
HSL color Cylindrical-coordinate representation of color #67535A: hue angle of 339º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #67535A is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 83 | 90 | - |
| CMYK | 0 | 0.19 | 0.13 | 0.60 |
| HSL | 339º | 0.11% | 0.36% | - |
| HSV(B) | 339º | 0.19% | 0.4% | - |
| XYZ | 10.53 | 9.81 | 11.01 | - |
| YUV | 89.78 | 128.13 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 83 | 90 | 0 | 0.19 | 0.13 | 0.60 | 339 | 0.11 | 0.36 |
| Hex | 67 | 53 | 5A | 0 | 13 | D | 3C | 153 | B | 24 |
| Octal | 147 | 123 | 132 | 0 | 23 | 15 | 74 | 523 | 13 | 44 |
| Binary | 1100111 | 1010011 | 1011010 | 0 | 10011 | 1101 | 111100 | 101010011 | 1011 | 100100 |
Color Harmonies of #67535A
Complementary color
Monochromatic Colors of #67535A
Black with #67535A
Text Example
Text Example
White with #67535A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67535A; }
p { color: rgb(103,83,90); }
H1.HeaderClassName
{
color: #67535A;
}
.AnyTagClassName
{
color: #67535A;
}
</style>
background-color css
<style>
a { background-color: #67535A; }
a { background-color: rgb(103,83,90); }
div.DivClassName
{
background-color: #67535A;
}
.BgClassName
{
background-color: #67535A;
}
</style>
border-color css
<style>
span { border-color: #67535A; }
span { border-color: rgb(103,83,90); }
td.TdClassName
{
border-color: #67535A;
}
.TagClassName
{
border-color: #67535A;
}
</style>