Shades of Tawny Port #653A46
Tints of Tawny Port #653A46
RGB
CMYK
RGB Variations
Color information
#653A46 (or 0x653A46) is known color: Tawny Port. HEX triplet: 65, 3A and 46. RGB value is (101,58,70). Sum of RGB (Red+Green+Blue) = 101+58+70=229 (30% of max value = 765). Red value is 101 (39.84% from 255 or 44.10% from 229); Green value is 58 (23.05% from 255 or 25.33% from 229); Blue value is 70 (27.73% from 255 or 30.57% from 229); Max value from RGB is 101 - color contains mainly: red. Hex color #653A46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653A46 is #9AC5B9. Grayscale: #484848. Windows color (decimal): -10143162 or 4602469. OLE color: 4602469.
HSL color Cylindrical-coordinate representation of color #653A46: hue angle of 343.26º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #653A46 is Cyan = 0, Magento = 0.43, Yellow = 0.31 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 58 | 70 | - |
| CMYK | 0 | 0.43 | 0.31 | 0.60 |
| HSL | 343.26º | 0.27% | 0.31% | - |
| HSV(B) | 343.26º | 0.43% | 0.4% | - |
| XYZ | 7.99 | 6.24 | 6.58 | - |
| YUV | 72.23 | 126.75 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 58 | 70 | 0 | 0.43 | 0.31 | 0.60 | 343.26 | 0.27 | 0.31 |
| Hex | 65 | 3A | 46 | 0 | 2B | 1F | 3C | 157 | 1B | 1F |
| Octal | 145 | 72 | 106 | 0 | 53 | 37 | 74 | 527 | 33 | 37 |
| Binary | 1100101 | 111010 | 1000110 | 0 | 101011 | 11111 | 111100 | 101010111 | 11011 | 11111 |
Color Harmonies of #653A46
Complementary color
Monochromatic Colors of #653A46
Black with #653A46
Text Example
Text Example
White with #653A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653A46; }
p { color: rgb(101,58,70); }
H1.HeaderClassName
{
color: #653A46;
}
.AnyTagClassName
{
color: #653A46;
}
</style>
background-color css
<style>
a { background-color: #653A46; }
a { background-color: rgb(101,58,70); }
div.DivClassName
{
background-color: #653A46;
}
.BgClassName
{
background-color: #653A46;
}
</style>
border-color css
<style>
span { border-color: #653A46; }
span { border-color: rgb(101,58,70); }
td.TdClassName
{
border-color: #653A46;
}
.TagClassName
{
border-color: #653A46;
}
</style>