Shades of Tawny Port #634248
Tints of Tawny Port #634248
RGB
CMYK
RGB Variations
Color information
#634248 (or 0x634248) is known color: Tawny Port. HEX triplet: 63, 42 and 48. RGB value is (99,66,72). Sum of RGB (Red+Green+Blue) = 99+66+72=237 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.77% from 237); Green value is 66 (26.17% from 255 or 27.85% from 237); Blue value is 72 (28.52% from 255 or 30.38% from 237); Max value from RGB is 99 - color contains mainly: red. Hex color #634248 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634248 is #9CBDB7. Grayscale: #4C4C4C. Windows color (decimal): -10272184 or 4735587. OLE color: 4735587.
HSL color Cylindrical-coordinate representation of color #634248: hue angle of 349.09º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #634248 is Cyan = 0, Magento = 0.33, Yellow = 0.27 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 66 | 72 | - |
| CMYK | 0 | 0.33 | 0.27 | 0.61 |
| HSL | 349.09º | 0.2% | 0.32% | - |
| HSV(B) | 349.09º | 0.33% | 0.39% | - |
| XYZ | 8.26 | 7.02 | 7.05 | - |
| YUV | 76.55 | 125.43 | 144.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 66 | 72 | 0 | 0.33 | 0.27 | 0.61 | 349.09 | 0.2 | 0.32 |
| Hex | 63 | 42 | 48 | 0 | 21 | 1B | 3D | 15D | 14 | 20 |
| Octal | 143 | 102 | 110 | 0 | 41 | 33 | 75 | 535 | 24 | 40 |
| Binary | 1100011 | 1000010 | 1001000 | 0 | 100001 | 11011 | 111101 | 101011101 | 10100 | 100000 |
Color Harmonies of #634248
Complementary color
Monochromatic Colors of #634248
Black with #634248
Text Example
Text Example
White with #634248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634248; }
p { color: rgb(99,66,72); }
H1.HeaderClassName
{
color: #634248;
}
.AnyTagClassName
{
color: #634248;
}
</style>
background-color css
<style>
a { background-color: #634248; }
a { background-color: rgb(99,66,72); }
div.DivClassName
{
background-color: #634248;
}
.BgClassName
{
background-color: #634248;
}
</style>
border-color css
<style>
span { border-color: #634248; }
span { border-color: rgb(99,66,72); }
td.TdClassName
{
border-color: #634248;
}
.TagClassName
{
border-color: #634248;
}
</style>