Shades of Dorado #675A56
Tints of Dorado #675A56
RGB
CMYK
RGB Variations
Color information
#675A56 (or 0x675A56) is known color: Dorado. HEX triplet: 67, 5A and 56. RGB value is (103,90,86). Sum of RGB (Red+Green+Blue) = 103+90+86=279 (36% of max value = 765). Red value is 103 (40.62% from 255 or 36.92% from 279); Green value is 90 (35.55% from 255 or 32.26% from 279); Blue value is 86 (33.98% from 255 or 30.82% from 279); Max value from RGB is 103 - color contains mainly: red. Hex color #675A56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675A56 is #98A5A9. Grayscale: #5D5D5D. Windows color (decimal): -10003882 or 5659239. OLE color: 5659239.
HSL color Cylindrical-coordinate representation of color #675A56: hue angle of 14.12º 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 #675A56 is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 90 | 86 | - |
| CMYK | 0 | 0.13 | 0.17 | 0.60 |
| HSL | 14.12º | 0.09% | 0.37% | - |
| HSV(B) | 14.12º | 0.17% | 0.4% | - |
| XYZ | 10.93 | 10.87 | 10.33 | - |
| YUV | 93.43 | 123.81 | 134.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 90 | 86 | 0 | 0.13 | 0.17 | 0.60 | 14.12 | 0.09 | 0.37 |
| Hex | 67 | 5A | 56 | 0 | D | 11 | 3C | E | 9 | 25 |
| Octal | 147 | 132 | 126 | 0 | 15 | 21 | 74 | 16 | 11 | 45 |
| Binary | 1100111 | 1011010 | 1010110 | 0 | 1101 | 10001 | 111100 | 1110 | 1001 | 100101 |
Color Harmonies of #675A56
Complementary color
Monochromatic Colors of #675A56
Black with #675A56
Text Example
Text Example
White with #675A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675A56; }
p { color: rgb(103,90,86); }
H1.HeaderClassName
{
color: #675A56;
}
.AnyTagClassName
{
color: #675A56;
}
</style>
background-color css
<style>
a { background-color: #675A56; }
a { background-color: rgb(103,90,86); }
div.DivClassName
{
background-color: #675A56;
}
.BgClassName
{
background-color: #675A56;
}
</style>
border-color css
<style>
span { border-color: #675A56; }
span { border-color: rgb(103,90,86); }
td.TdClassName
{
border-color: #675A56;
}
.TagClassName
{
border-color: #675A56;
}
</style>