Shades of Tawny Port #6B434B
Tints of Tawny Port #6B434B
RGB
CMYK
RGB Variations
Color information
#6B434B (or 0x6B434B) is known color: Tawny Port. HEX triplet: 6B, 43 and 4B. RGB value is (107,67,75). Sum of RGB (Red+Green+Blue) = 107+67+75=249 (32% of max value = 765). Red value is 107 (42.19% from 255 or 42.97% from 249); Green value is 67 (26.56% from 255 or 26.91% from 249); Blue value is 75 (29.69% from 255 or 30.12% from 249); Max value from RGB is 107 - color contains mainly: red. Hex color #6B434B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B434B is #94BCB4. Grayscale: #4F4F4F. Windows color (decimal): -9747637 or 4932459. OLE color: 4932459.
HSL color Cylindrical-coordinate representation of color #6B434B: hue angle of 348º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6B434B is Cyan = 0, Magento = 0.37, Yellow = 0.30 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 67 | 75 | - |
| CMYK | 0 | 0.37 | 0.30 | 0.58 |
| HSL | 348º | 0.23% | 0.34% | - |
| HSV(B) | 348º | 0.37% | 0.42% | - |
| XYZ | 9.34 | 7.65 | 7.64 | - |
| YUV | 79.87 | 125.25 | 147.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 67 | 75 | 0 | 0.37 | 0.30 | 0.58 | 348 | 0.23 | 0.34 |
| Hex | 6B | 43 | 4B | 0 | 25 | 1E | 3A | 15C | 17 | 22 |
| Octal | 153 | 103 | 113 | 0 | 45 | 36 | 72 | 534 | 27 | 42 |
| Binary | 1101011 | 1000011 | 1001011 | 0 | 100101 | 11110 | 111010 | 101011100 | 10111 | 100010 |
Color Harmonies of #6B434B
Complementary color
Monochromatic Colors of #6B434B
Black with #6B434B
Text Example
Text Example
White with #6B434B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B434B; }
p { color: rgb(107,67,75); }
H1.HeaderClassName
{
color: #6B434B;
}
.AnyTagClassName
{
color: #6B434B;
}
</style>
background-color css
<style>
a { background-color: #6B434B; }
a { background-color: rgb(107,67,75); }
div.DivClassName
{
background-color: #6B434B;
}
.BgClassName
{
background-color: #6B434B;
}
</style>
border-color css
<style>
span { border-color: #6B434B; }
span { border-color: rgb(107,67,75); }
td.TdClassName
{
border-color: #6B434B;
}
.TagClassName
{
border-color: #6B434B;
}
</style>