Shades of Domino #665B50
Tints of Domino #665B50
RGB
CMYK
RGB Variations
Color information
#665B50 (or 0x665B50) is known color: Domino. HEX triplet: 66, 5B and 50. RGB value is (102,91,80). Sum of RGB (Red+Green+Blue) = 102+91+80=273 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.36% from 273); Green value is 91 (35.94% from 255 or 33.33% from 273); Blue value is 80 (31.64% from 255 or 29.30% from 273); Max value from RGB is 102 - color contains mainly: red. Hex color #665B50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665B50 is #99A4AF. Grayscale: #5D5D5D. Windows color (decimal): -10069168 or 5266278. OLE color: 5266278.
HSL color Cylindrical-coordinate representation of color #665B50: hue angle of 30º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #665B50 is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 91 | 80 | - |
| CMYK | 0 | 0.11 | 0.22 | 0.6 |
| HSL | 30º | 0.12% | 0.36% | - |
| HSV(B) | 30º | 0.22% | 0.4% | - |
| XYZ | 10.67 | 10.89 | 9.13 | - |
| YUV | 93.04 | 120.64 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 91 | 80 | 0 | 0.11 | 0.22 | 0.6 | 30 | 0.12 | 0.36 |
| Hex | 66 | 5B | 50 | 0 | B | 16 | 3C | 1E | C | 24 |
| Octal | 146 | 133 | 120 | 0 | 13 | 26 | 74 | 36 | 14 | 44 |
| Binary | 1100110 | 1011011 | 1010000 | 0 | 1011 | 10110 | 111100 | 11110 | 1100 | 100100 |
Color Harmonies of #665B50
Complementary color
Monochromatic Colors of #665B50
Black with #665B50
Text Example
Text Example
White with #665B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665B50; }
p { color: rgb(102,91,80); }
H1.HeaderClassName
{
color: #665B50;
}
.AnyTagClassName
{
color: #665B50;
}
</style>
background-color css
<style>
a { background-color: #665B50; }
a { background-color: rgb(102,91,80); }
div.DivClassName
{
background-color: #665B50;
}
.BgClassName
{
background-color: #665B50;
}
</style>
border-color css
<style>
span { border-color: #665B50; }
span { border-color: rgb(102,91,80); }
td.TdClassName
{
border-color: #665B50;
}
.TagClassName
{
border-color: #665B50;
}
</style>