Shades of Dorado #675B55
Tints of Dorado #675B55
RGB
CMYK
RGB Variations
Color information
#675B55 (or 0x675B55) is known color: Dorado. HEX triplet: 67, 5B and 55. RGB value is (103,91,85). Sum of RGB (Red+Green+Blue) = 103+91+85=279 (36% of max value = 765). Red value is 103 (40.62% from 255 or 36.92% from 279); Green value is 91 (35.94% from 255 or 32.62% from 279); Blue value is 85 (33.59% from 255 or 30.47% from 279); Max value from RGB is 103 - color contains mainly: red. Hex color #675B55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675B55 is #98A4AA. Grayscale: #5D5D5D. Windows color (decimal): -10003627 or 5593959. OLE color: 5593959.
HSL color Cylindrical-coordinate representation of color #675B55: hue angle of 20º degrees, saturation: 0.1, 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 #675B55 is Cyan = 0, Magento = 0.12, Yellow = 0.17 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 91 | 85 | - |
| CMYK | 0 | 0.12 | 0.17 | 0.60 |
| HSL | 20º | 0.1% | 0.37% | - |
| HSV(B) | 20º | 0.17% | 0.4% | - |
| XYZ | 10.97 | 11.02 | 10.14 | - |
| YUV | 93.9 | 122.98 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 91 | 85 | 0 | 0.12 | 0.17 | 0.60 | 20 | 0.1 | 0.37 |
| Hex | 67 | 5B | 55 | 0 | C | 11 | 3C | 14 | A | 25 |
| Octal | 147 | 133 | 125 | 0 | 14 | 21 | 74 | 24 | 12 | 45 |
| Binary | 1100111 | 1011011 | 1010101 | 0 | 1100 | 10001 | 111100 | 10100 | 1010 | 100101 |
Color Harmonies of #675B55
Complementary color
Monochromatic Colors of #675B55
Black with #675B55
Text Example
Text Example
White with #675B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675B55; }
p { color: rgb(103,91,85); }
H1.HeaderClassName
{
color: #675B55;
}
.AnyTagClassName
{
color: #675B55;
}
</style>
background-color css
<style>
a { background-color: #675B55; }
a { background-color: rgb(103,91,85); }
div.DivClassName
{
background-color: #675B55;
}
.BgClassName
{
background-color: #675B55;
}
</style>
border-color css
<style>
span { border-color: #675B55; }
span { border-color: rgb(103,91,85); }
td.TdClassName
{
border-color: #675B55;
}
.TagClassName
{
border-color: #675B55;
}
</style>