Shades of Tundora #655750
Tints of Tundora #655750
RGB
CMYK
RGB Variations
Color information
#655750 (or 0x655750) is known color: Tundora. HEX triplet: 65, 57 and 50. RGB value is (101,87,80). Sum of RGB (Red+Green+Blue) = 101+87+80=268 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.69% from 268); Green value is 87 (34.38% from 255 or 32.46% from 268); Blue value is 80 (31.64% from 255 or 29.85% from 268); Max value from RGB is 101 - color contains mainly: red. Hex color #655750 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655750 is #9AA8AF. Grayscale: #5A5A5A. Windows color (decimal): -10135728 or 5265253. OLE color: 5265253.
HSL color Cylindrical-coordinate representation of color #655750: hue angle of 20º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #655750 is Cyan = 0, Magento = 0.14, Yellow = 0.21 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 87 | 80 | - |
| CMYK | 0 | 0.14 | 0.21 | 0.60 |
| HSL | 20º | 0.12% | 0.35% | - |
| HSV(B) | 20º | 0.21% | 0.4% | - |
| XYZ | 10.22 | 10.16 | 9.01 | - |
| YUV | 90.39 | 122.14 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 87 | 80 | 0 | 0.14 | 0.21 | 0.60 | 20 | 0.12 | 0.35 |
| Hex | 65 | 57 | 50 | 0 | E | 15 | 3C | 14 | C | 23 |
| Octal | 145 | 127 | 120 | 0 | 16 | 25 | 74 | 24 | 14 | 43 |
| Binary | 1100101 | 1010111 | 1010000 | 0 | 1110 | 10101 | 111100 | 10100 | 1100 | 100011 |
Color Harmonies of #655750
Complementary color
Monochromatic Colors of #655750
Black with #655750
Text Example
Text Example
White with #655750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655750; }
p { color: rgb(101,87,80); }
H1.HeaderClassName
{
color: #655750;
}
.AnyTagClassName
{
color: #655750;
}
</style>
background-color css
<style>
a { background-color: #655750; }
a { background-color: rgb(101,87,80); }
div.DivClassName
{
background-color: #655750;
}
.BgClassName
{
background-color: #655750;
}
</style>
border-color css
<style>
span { border-color: #655750; }
span { border-color: rgb(101,87,80); }
td.TdClassName
{
border-color: #655750;
}
.TagClassName
{
border-color: #655750;
}
</style>