Shades of Dorado #675B56
Tints of Dorado #675B56
RGB
CMYK
RGB Variations
Color information
#675B56 (or 0x675B56) is known color: Dorado. HEX triplet: 67, 5B and 56. RGB value is (103,91,86). Sum of RGB (Red+Green+Blue) = 103+91+86=280 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.79% from 280); Green value is 91 (35.94% from 255 or 32.5% from 280); Blue value is 86 (33.98% from 255 or 30.71% from 280); Max value from RGB is 103 - color contains mainly: red. Hex color #675B56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675B56 is #98A4A9. Grayscale: #5E5E5E. Windows color (decimal): -10003626 or 5659495. OLE color: 5659495.
HSL color Cylindrical-coordinate representation of color #675B56: hue angle of 17.65º degrees, saturation: 0.09, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #675B56 is Cyan = 0, Magento = 0.12, Yellow = 0.17 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 91 | 86 | - |
| CMYK | 0 | 0.12 | 0.17 | 0.60 |
| HSL | 17.65º | 0.09% | 0.37% | - |
| HSV(B) | 17.65º | 0.17% | 0.4% | - |
| XYZ | 11.01 | 11.04 | 10.35 | - |
| YUV | 94.02 | 123.48 | 134.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 91 | 86 | 0 | 0.12 | 0.17 | 0.60 | 17.65 | 0.09 | 0.37 |
| Hex | 67 | 5B | 56 | 0 | C | 11 | 3C | 12 | 9 | 25 |
| Octal | 147 | 133 | 126 | 0 | 14 | 21 | 74 | 22 | 11 | 45 |
| Binary | 1100111 | 1011011 | 1010110 | 0 | 1100 | 10001 | 111100 | 10010 | 1001 | 100101 |
Color Harmonies of #675B56
Complementary color
Monochromatic Colors of #675B56
Black with #675B56
Text Example
Text Example
White with #675B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675B56; }
p { color: rgb(103,91,86); }
H1.HeaderClassName
{
color: #675B56;
}
.AnyTagClassName
{
color: #675B56;
}
</style>
background-color css
<style>
a { background-color: #675B56; }
a { background-color: rgb(103,91,86); }
div.DivClassName
{
background-color: #675B56;
}
.BgClassName
{
background-color: #675B56;
}
</style>
border-color css
<style>
span { border-color: #675B56; }
span { border-color: rgb(103,91,86); }
td.TdClassName
{
border-color: #675B56;
}
.TagClassName
{
border-color: #675B56;
}
</style>