Shades of Dorado #675954
Tints of Dorado #675954
RGB
CMYK
RGB Variations
Color information
#675954 (or 0x675954) is known color: Dorado. HEX triplet: 67, 59 and 54. RGB value is (103,89,84). Sum of RGB (Red+Green+Blue) = 103+89+84=276 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.32% from 276); Green value is 89 (35.16% from 255 or 32.25% from 276); Blue value is 84 (33.20% from 255 or 30.43% from 276); Max value from RGB is 103 - color contains mainly: red. Hex color #675954 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675954 is #98A6AB. Grayscale: #5C5C5C. Windows color (decimal): -10004140 or 5527911. OLE color: 5527911.
HSL color Cylindrical-coordinate representation of color #675954: hue angle of 15.79º degrees, saturation: 0.1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #675954 is Cyan = 0, Magento = 0.14, Yellow = 0.18 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 89 | 84 | - |
| CMYK | 0 | 0.14 | 0.18 | 0.60 |
| HSL | 15.79º | 0.1% | 0.37% | - |
| HSV(B) | 15.79º | 0.18% | 0.4% | - |
| XYZ | 10.77 | 10.67 | 9.88 | - |
| YUV | 92.62 | 123.14 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 89 | 84 | 0 | 0.14 | 0.18 | 0.60 | 15.79 | 0.1 | 0.37 |
| Hex | 67 | 59 | 54 | 0 | E | 12 | 3C | 10 | A | 25 |
| Octal | 147 | 131 | 124 | 0 | 16 | 22 | 74 | 20 | 12 | 45 |
| Binary | 1100111 | 1011001 | 1010100 | 0 | 1110 | 10010 | 111100 | 10000 | 1010 | 100101 |
Color Harmonies of #675954
Complementary color
Monochromatic Colors of #675954
Black with #675954
Text Example
Text Example
White with #675954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675954; }
p { color: rgb(103,89,84); }
H1.HeaderClassName
{
color: #675954;
}
.AnyTagClassName
{
color: #675954;
}
</style>
background-color css
<style>
a { background-color: #675954; }
a { background-color: rgb(103,89,84); }
div.DivClassName
{
background-color: #675954;
}
.BgClassName
{
background-color: #675954;
}
</style>
border-color css
<style>
span { border-color: #675954; }
span { border-color: rgb(103,89,84); }
td.TdClassName
{
border-color: #675954;
}
.TagClassName
{
border-color: #675954;
}
</style>