Shades of Dorado #675B58
Tints of Dorado #675B58
RGB
CMYK
RGB Variations
Color information
#675B58 (or 0x675B58) is known color: Dorado. HEX triplet: 67, 5B and 58. RGB value is (103,91,88). Sum of RGB (Red+Green+Blue) = 103+91+88=282 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.52% from 282); Green value is 91 (35.94% from 255 or 32.27% from 282); Blue value is 88 (34.77% from 255 or 31.21% from 282); Max value from RGB is 103 - color contains mainly: red. Hex color #675B58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675B58 is #98A4A7. Grayscale: #5E5E5E. Windows color (decimal): -10003624 or 5790567. OLE color: 5790567.
HSL color Cylindrical-coordinate representation of color #675B58: hue angle of 12º degrees, saturation: 0.08, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #675B58 is Cyan = 0, Magento = 0.12, Yellow = 0.15 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 91 | 88 | - |
| CMYK | 0 | 0.12 | 0.15 | 0.60 |
| HSL | 12º | 0.08% | 0.37% | - |
| HSV(B) | 12º | 0.15% | 0.4% | - |
| XYZ | 11.1 | 11.07 | 10.78 | - |
| YUV | 94.25 | 124.48 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 91 | 88 | 0 | 0.12 | 0.15 | 0.60 | 12 | 0.08 | 0.37 |
| Hex | 67 | 5B | 58 | 0 | C | F | 3C | C | 8 | 25 |
| Octal | 147 | 133 | 130 | 0 | 14 | 17 | 74 | 14 | 10 | 45 |
| Binary | 1100111 | 1011011 | 1011000 | 0 | 1100 | 1111 | 111100 | 1100 | 1000 | 100101 |
Color Harmonies of #675B58
Complementary color
Monochromatic Colors of #675B58
Black with #675B58
Text Example
Text Example
White with #675B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675B58; }
p { color: rgb(103,91,88); }
H1.HeaderClassName
{
color: #675B58;
}
.AnyTagClassName
{
color: #675B58;
}
</style>
background-color css
<style>
a { background-color: #675B58; }
a { background-color: rgb(103,91,88); }
div.DivClassName
{
background-color: #675B58;
}
.BgClassName
{
background-color: #675B58;
}
</style>
border-color css
<style>
span { border-color: #675B58; }
span { border-color: rgb(103,91,88); }
td.TdClassName
{
border-color: #675B58;
}
.TagClassName
{
border-color: #675B58;
}
</style>