Shades of Dorado #675A53
Tints of Dorado #675A53
RGB
CMYK
RGB Variations
Color information
#675A53 (or 0x675A53) is known color: Dorado. HEX triplet: 67, 5A and 53. RGB value is (103,90,83). Sum of RGB (Red+Green+Blue) = 103+90+83=276 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.32% from 276); Green value is 90 (35.55% from 255 or 32.61% from 276); Blue value is 83 (32.81% from 255 or 30.07% from 276); Max value from RGB is 103 - color contains mainly: red. Hex color #675A53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675A53 is #98A5AC. Grayscale: #5D5D5D. Windows color (decimal): -10003885 or 5462631. OLE color: 5462631.
HSL color Cylindrical-coordinate representation of color #675A53: hue angle of 21º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #675A53 is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 90 | 83 | - |
| CMYK | 0 | 0.13 | 0.19 | 0.60 |
| HSL | 21º | 0.11% | 0.36% | - |
| HSV(B) | 21º | 0.19% | 0.4% | - |
| XYZ | 10.81 | 10.82 | 9.7 | - |
| YUV | 93.09 | 122.31 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 90 | 83 | 0 | 0.13 | 0.19 | 0.60 | 21 | 0.11 | 0.36 |
| Hex | 67 | 5A | 53 | 0 | D | 13 | 3C | 15 | B | 24 |
| Octal | 147 | 132 | 123 | 0 | 15 | 23 | 74 | 25 | 13 | 44 |
| Binary | 1100111 | 1011010 | 1010011 | 0 | 1101 | 10011 | 111100 | 10101 | 1011 | 100100 |
Color Harmonies of #675A53
Complementary color
Monochromatic Colors of #675A53
Black with #675A53
Text Example
Text Example
White with #675A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675A53; }
p { color: rgb(103,90,83); }
H1.HeaderClassName
{
color: #675A53;
}
.AnyTagClassName
{
color: #675A53;
}
</style>
background-color css
<style>
a { background-color: #675A53; }
a { background-color: rgb(103,90,83); }
div.DivClassName
{
background-color: #675A53;
}
.BgClassName
{
background-color: #675A53;
}
</style>
border-color css
<style>
span { border-color: #675A53; }
span { border-color: rgb(103,90,83); }
td.TdClassName
{
border-color: #675A53;
}
.TagClassName
{
border-color: #675A53;
}
</style>