Shades of Dorado #675A55
Tints of Dorado #675A55
RGB
CMYK
RGB Variations
Color information
#675A55 (or 0x675A55) is known color: Dorado. HEX triplet: 67, 5A and 55. RGB value is (103,90,85). Sum of RGB (Red+Green+Blue) = 103+90+85=278 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.05% from 278); Green value is 90 (35.55% from 255 or 32.37% from 278); Blue value is 85 (33.59% from 255 or 30.58% from 278); Max value from RGB is 103 - color contains mainly: red. Hex color #675A55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675A55 is #98A5AA. Grayscale: #5D5D5D. Windows color (decimal): -10003883 or 5593703. OLE color: 5593703.
HSL color Cylindrical-coordinate representation of color #675A55: hue angle of 16.67º 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 #675A55 is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 90 | 85 | - |
| CMYK | 0 | 0.13 | 0.17 | 0.60 |
| HSL | 16.67º | 0.1% | 0.37% | - |
| HSV(B) | 16.67º | 0.17% | 0.4% | - |
| XYZ | 10.89 | 10.85 | 10.12 | - |
| YUV | 93.32 | 123.31 | 134.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 90 | 85 | 0 | 0.13 | 0.17 | 0.60 | 16.67 | 0.1 | 0.37 |
| Hex | 67 | 5A | 55 | 0 | D | 11 | 3C | 11 | A | 25 |
| Octal | 147 | 132 | 125 | 0 | 15 | 21 | 74 | 21 | 12 | 45 |
| Binary | 1100111 | 1011010 | 1010101 | 0 | 1101 | 10001 | 111100 | 10001 | 1010 | 100101 |
Color Harmonies of #675A55
Complementary color
Monochromatic Colors of #675A55
Black with #675A55
Text Example
Text Example
White with #675A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675A55; }
p { color: rgb(103,90,85); }
H1.HeaderClassName
{
color: #675A55;
}
.AnyTagClassName
{
color: #675A55;
}
</style>
background-color css
<style>
a { background-color: #675A55; }
a { background-color: rgb(103,90,85); }
div.DivClassName
{
background-color: #675A55;
}
.BgClassName
{
background-color: #675A55;
}
</style>
border-color css
<style>
span { border-color: #675A55; }
span { border-color: rgb(103,90,85); }
td.TdClassName
{
border-color: #675A55;
}
.TagClassName
{
border-color: #675A55;
}
</style>