Shades of Finn #67435D
Tints of Finn #67435D
RGB
CMYK
RGB Variations
Color information
#67435D (or 0x67435D) is known color: Finn. HEX triplet: 67, 43 and 5D. RGB value is (103,67,93). Sum of RGB (Red+Green+Blue) = 103+67+93=263 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.16% from 263); Green value is 67 (26.56% from 255 or 25.48% from 263); Blue value is 93 (36.72% from 255 or 35.36% from 263); Max value from RGB is 103 - color contains mainly: red. Hex color #67435D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67435D is #98BCA2. Grayscale: #505050. Windows color (decimal): -10009763 or 6112103. OLE color: 6112103.
HSL color Cylindrical-coordinate representation of color #67435D: hue angle of 316.67º degrees, saturation: 0.21, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #67435D is Cyan = 0, Magento = 0.35, Yellow = 0.10 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 67 | 93 | - |
| CMYK | 0 | 0.35 | 0.10 | 0.60 |
| HSL | 316.67º | 0.21% | 0.33% | - |
| HSV(B) | 316.67º | 0.35% | 0.4% | - |
| XYZ | 9.58 | 7.69 | 11.34 | - |
| YUV | 80.73 | 134.93 | 143.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 67 | 93 | 0 | 0.35 | 0.10 | 0.60 | 316.67 | 0.21 | 0.33 |
| Hex | 67 | 43 | 5D | 0 | 23 | A | 3C | 13D | 15 | 21 |
| Octal | 147 | 103 | 135 | 0 | 43 | 12 | 74 | 475 | 25 | 41 |
| Binary | 1100111 | 1000011 | 1011101 | 0 | 100011 | 1010 | 111100 | 100111101 | 10101 | 100001 |
Color Harmonies of #67435D
Complementary color
Monochromatic Colors of #67435D
Black with #67435D
Text Example
Text Example
White with #67435D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67435D; }
p { color: rgb(103,67,93); }
H1.HeaderClassName
{
color: #67435D;
}
.AnyTagClassName
{
color: #67435D;
}
</style>
background-color css
<style>
a { background-color: #67435D; }
a { background-color: rgb(103,67,93); }
div.DivClassName
{
background-color: #67435D;
}
.BgClassName
{
background-color: #67435D;
}
</style>
border-color css
<style>
span { border-color: #67435D; }
span { border-color: rgb(103,67,93); }
td.TdClassName
{
border-color: #67435D;
}
.TagClassName
{
border-color: #67435D;
}
</style>