Shades of Tawny Port #6B424B
Tints of Tawny Port #6B424B
RGB
CMYK
RGB Variations
Color information
#6B424B (or 0x6B424B) is known color: Tawny Port. HEX triplet: 6B, 42 and 4B. RGB value is (107,66,75). Sum of RGB (Red+Green+Blue) = 107+66+75=248 (32% of max value = 765). Red value is 107 (42.19% from 255 or 43.15% from 248); Green value is 66 (26.17% from 255 or 26.61% from 248); Blue value is 75 (29.69% from 255 or 30.24% from 248); Max value from RGB is 107 - color contains mainly: red. Hex color #6B424B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B424B is #94BDB4. Grayscale: #4F4F4F. Windows color (decimal): -9747893 or 4932203. OLE color: 4932203.
HSL color Cylindrical-coordinate representation of color #6B424B: hue angle of 346.83º degrees, saturation: 0.24, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6B424B is Cyan = 0, Magento = 0.38, Yellow = 0.30 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 66 | 75 | - |
| CMYK | 0 | 0.38 | 0.30 | 0.58 |
| HSL | 346.83º | 0.24% | 0.34% | - |
| HSV(B) | 346.83º | 0.38% | 0.42% | - |
| XYZ | 9.28 | 7.53 | 7.62 | - |
| YUV | 79.29 | 125.58 | 147.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 66 | 75 | 0 | 0.38 | 0.30 | 0.58 | 346.83 | 0.24 | 0.34 |
| Hex | 6B | 42 | 4B | 0 | 26 | 1E | 3A | 15B | 18 | 22 |
| Octal | 153 | 102 | 113 | 0 | 46 | 36 | 72 | 533 | 30 | 42 |
| Binary | 1101011 | 1000010 | 1001011 | 0 | 100110 | 11110 | 111010 | 101011011 | 11000 | 100010 |
Color Harmonies of #6B424B
Complementary color
Monochromatic Colors of #6B424B
Black with #6B424B
Text Example
Text Example
White with #6B424B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B424B; }
p { color: rgb(107,66,75); }
H1.HeaderClassName
{
color: #6B424B;
}
.AnyTagClassName
{
color: #6B424B;
}
</style>
background-color css
<style>
a { background-color: #6B424B; }
a { background-color: rgb(107,66,75); }
div.DivClassName
{
background-color: #6B424B;
}
.BgClassName
{
background-color: #6B424B;
}
</style>
border-color css
<style>
span { border-color: #6B424B; }
span { border-color: rgb(107,66,75); }
td.TdClassName
{
border-color: #6B424B;
}
.TagClassName
{
border-color: #6B424B;
}
</style>