Shades of Tawny Port #64434B
Tints of Tawny Port #64434B
RGB
CMYK
RGB Variations
Color information
#64434B (or 0x64434B) is known color: Tawny Port. HEX triplet: 64, 43 and 4B. RGB value is (100,67,75). Sum of RGB (Red+Green+Blue) = 100+67+75=242 (32% of max value = 765). Red value is 100 (39.45% from 255 or 41.32% from 242); Green value is 67 (26.56% from 255 or 27.69% from 242); Blue value is 75 (29.69% from 255 or 30.99% from 242); Max value from RGB is 100 - color contains mainly: red. Hex color #64434B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64434B is #9BBCB4. Grayscale: #4D4D4D. Windows color (decimal): -10206389 or 4932452. OLE color: 4932452.
HSL color Cylindrical-coordinate representation of color #64434B: hue angle of 345.45º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #64434B is Cyan = 0, Magento = 0.33, Yellow = 0.25 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 67 | 75 | - |
| CMYK | 0 | 0.33 | 0.25 | 0.61 |
| HSL | 345.45º | 0.2% | 0.33% | - |
| HSV(B) | 345.45º | 0.33% | 0.39% | - |
| XYZ | 8.53 | 7.23 | 7.6 | - |
| YUV | 77.78 | 126.43 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 67 | 75 | 0 | 0.33 | 0.25 | 0.61 | 345.45 | 0.2 | 0.33 |
| Hex | 64 | 43 | 4B | 0 | 21 | 19 | 3D | 159 | 14 | 21 |
| Octal | 144 | 103 | 113 | 0 | 41 | 31 | 75 | 531 | 24 | 41 |
| Binary | 1100100 | 1000011 | 1001011 | 0 | 100001 | 11001 | 111101 | 101011001 | 10100 | 100001 |
Color Harmonies of #64434B
Complementary color
Monochromatic Colors of #64434B
Black with #64434B
Text Example
Text Example
White with #64434B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64434B; }
p { color: rgb(100,67,75); }
H1.HeaderClassName
{
color: #64434B;
}
.AnyTagClassName
{
color: #64434B;
}
</style>
background-color css
<style>
a { background-color: #64434B; }
a { background-color: rgb(100,67,75); }
div.DivClassName
{
background-color: #64434B;
}
.BgClassName
{
background-color: #64434B;
}
</style>
border-color css
<style>
span { border-color: #64434B; }
span { border-color: rgb(100,67,75); }
td.TdClassName
{
border-color: #64434B;
}
.TagClassName
{
border-color: #64434B;
}
</style>