Shades of Finn #674B5B
Tints of Finn #674B5B
RGB
CMYK
RGB Variations
Color information
#674B5B (or 0x674B5B) is known color: Finn. HEX triplet: 67, 4B and 5B. RGB value is (103,75,91). Sum of RGB (Red+Green+Blue) = 103+75+91=269 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.29% from 269); Green value is 75 (29.69% from 255 or 27.88% from 269); Blue value is 91 (35.94% from 255 or 33.83% from 269); Max value from RGB is 103 - color contains mainly: red. Hex color #674B5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #674B5B is #98B4A4. Grayscale: #555555. Windows color (decimal): -10007717 or 5983079. OLE color: 5983079.
HSL color Cylindrical-coordinate representation of color #674B5B: hue angle of 325.71º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #674B5B is Cyan = 0, Magento = 0.27, Yellow = 0.12 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 75 | 91 | - |
| CMYK | 0 | 0.27 | 0.12 | 0.60 |
| HSL | 325.71º | 0.16% | 0.35% | - |
| HSV(B) | 325.71º | 0.27% | 0.4% | - |
| XYZ | 10 | 8.67 | 11.04 | - |
| YUV | 85.2 | 131.28 | 140.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 75 | 91 | 0 | 0.27 | 0.12 | 0.60 | 325.71 | 0.16 | 0.35 |
| Hex | 67 | 4B | 5B | 0 | 1B | C | 3C | 146 | 10 | 23 |
| Octal | 147 | 113 | 133 | 0 | 33 | 14 | 74 | 506 | 20 | 43 |
| Binary | 1100111 | 1001011 | 1011011 | 0 | 11011 | 1100 | 111100 | 101000110 | 10000 | 100011 |
Color Harmonies of #674B5B
Complementary color
Monochromatic Colors of #674B5B
Black with #674B5B
Text Example
Text Example
White with #674B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674B5B; }
p { color: rgb(103,75,91); }
H1.HeaderClassName
{
color: #674B5B;
}
.AnyTagClassName
{
color: #674B5B;
}
</style>
background-color css
<style>
a { background-color: #674B5B; }
a { background-color: rgb(103,75,91); }
div.DivClassName
{
background-color: #674B5B;
}
.BgClassName
{
background-color: #674B5B;
}
</style>
border-color css
<style>
span { border-color: #674B5B; }
span { border-color: rgb(103,75,91); }
td.TdClassName
{
border-color: #674B5B;
}
.TagClassName
{
border-color: #674B5B;
}
</style>