Shades of Tundora #665752
Tints of Tundora #665752
RGB
CMYK
RGB Variations
Color information
#665752 (or 0x665752) is known color: Tundora. HEX triplet: 66, 57 and 52. RGB value is (102,87,82). Sum of RGB (Red+Green+Blue) = 102+87+82=271 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.64% from 271); Green value is 87 (34.38% from 255 or 32.10% from 271); Blue value is 82 (32.42% from 255 or 30.26% from 271); Max value from RGB is 102 - color contains mainly: red. Hex color #665752 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665752 is #99A8AD. Grayscale: #5A5A5A. Windows color (decimal): -10070190 or 5396326. OLE color: 5396326.
HSL color Cylindrical-coordinate representation of color #665752: hue angle of 15º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #665752 is Cyan = 0, Magento = 0.15, Yellow = 0.20 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 87 | 82 | - |
| CMYK | 0 | 0.15 | 0.20 | 0.6 |
| HSL | 15º | 0.11% | 0.36% | - |
| HSV(B) | 15º | 0.2% | 0.4% | - |
| XYZ | 10.41 | 10.25 | 9.41 | - |
| YUV | 90.92 | 122.97 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 87 | 82 | 0 | 0.15 | 0.20 | 0.6 | 15 | 0.11 | 0.36 |
| Hex | 66 | 57 | 52 | 0 | F | 14 | 3C | F | B | 24 |
| Octal | 146 | 127 | 122 | 0 | 17 | 24 | 74 | 17 | 13 | 44 |
| Binary | 1100110 | 1010111 | 1010010 | 0 | 1111 | 10100 | 111100 | 1111 | 1011 | 100100 |
Color Harmonies of #665752
Complementary color
Monochromatic Colors of #665752
Black with #665752
Text Example
Text Example
White with #665752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665752; }
p { color: rgb(102,87,82); }
H1.HeaderClassName
{
color: #665752;
}
.AnyTagClassName
{
color: #665752;
}
</style>
background-color css
<style>
a { background-color: #665752; }
a { background-color: rgb(102,87,82); }
div.DivClassName
{
background-color: #665752;
}
.BgClassName
{
background-color: #665752;
}
</style>
border-color css
<style>
span { border-color: #665752; }
span { border-color: rgb(102,87,82); }
td.TdClassName
{
border-color: #665752;
}
.TagClassName
{
border-color: #665752;
}
</style>