Shades of Dorado #675750
Tints of Dorado #675750
RGB
CMYK
RGB Variations
Color information
#675750 (or 0x675750) is known color: Dorado. HEX triplet: 67, 57 and 50. RGB value is (103,87,80). Sum of RGB (Red+Green+Blue) = 103+87+80=270 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.15% from 270); Green value is 87 (34.38% from 255 or 32.22% from 270); Blue value is 80 (31.64% from 255 or 29.63% from 270); Max value from RGB is 103 - color contains mainly: red. Hex color #675750 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675750 is #98A8AF. Grayscale: #5B5B5B. Windows color (decimal): -10004656 or 5265255. OLE color: 5265255.
HSL color Cylindrical-coordinate representation of color #675750: hue angle of 18.26º degrees, saturation: 0.13, 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 #675750 is Cyan = 0, Magento = 0.16, Yellow = 0.22 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 87 | 80 | - |
| CMYK | 0 | 0.16 | 0.22 | 0.60 |
| HSL | 18.26º | 0.13% | 0.36% | - |
| HSV(B) | 18.26º | 0.22% | 0.4% | - |
| XYZ | 10.45 | 10.28 | 9.02 | - |
| YUV | 90.99 | 121.8 | 136.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 87 | 80 | 0 | 0.16 | 0.22 | 0.60 | 18.26 | 0.13 | 0.36 |
| Hex | 67 | 57 | 50 | 0 | 10 | 16 | 3C | 12 | D | 24 |
| Octal | 147 | 127 | 120 | 0 | 20 | 26 | 74 | 22 | 15 | 44 |
| Binary | 1100111 | 1010111 | 1010000 | 0 | 10000 | 10110 | 111100 | 10010 | 1101 | 100100 |
Color Harmonies of #675750
Complementary color
Monochromatic Colors of #675750
Black with #675750
Text Example
Text Example
White with #675750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675750; }
p { color: rgb(103,87,80); }
H1.HeaderClassName
{
color: #675750;
}
.AnyTagClassName
{
color: #675750;
}
</style>
background-color css
<style>
a { background-color: #675750; }
a { background-color: rgb(103,87,80); }
div.DivClassName
{
background-color: #675750;
}
.BgClassName
{
background-color: #675750;
}
</style>
border-color css
<style>
span { border-color: #675750; }
span { border-color: rgb(103,87,80); }
td.TdClassName
{
border-color: #675750;
}
.TagClassName
{
border-color: #675750;
}
</style>