Shades of Dorado #675F5B
Tints of Dorado #675F5B
RGB
CMYK
RGB Variations
Color information
#675F5B (or 0x675F5B) is known color: Dorado. HEX triplet: 67, 5F and 5B. RGB value is (103,95,91). Sum of RGB (Red+Green+Blue) = 103+95+91=289 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.64% from 289); Green value is 95 (37.5% from 255 or 32.87% from 289); Blue value is 91 (35.94% from 255 or 31.49% from 289); Max value from RGB is 103 - color contains mainly: red. Hex color #675F5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675F5B is #98A0A4. Grayscale: #606060. Windows color (decimal): -10002597 or 5988199. OLE color: 5988199.
HSL color Cylindrical-coordinate representation of color #675F5B: hue angle of 20º degrees, saturation: 0.06, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #675F5B is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 95 | 91 | - |
| CMYK | 0 | 0.08 | 0.12 | 0.60 |
| HSL | 20º | 0.06% | 0.38% | - |
| HSV(B) | 20º | 0.12% | 0.4% | - |
| XYZ | 11.57 | 11.82 | 11.57 | - |
| YUV | 96.94 | 124.65 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 95 | 91 | 0 | 0.08 | 0.12 | 0.60 | 20 | 0.06 | 0.38 |
| Hex | 67 | 5F | 5B | 0 | 8 | C | 3C | 14 | 6 | 26 |
| Octal | 147 | 137 | 133 | 0 | 10 | 14 | 74 | 24 | 6 | 46 |
| Binary | 1100111 | 1011111 | 1011011 | 0 | 1000 | 1100 | 111100 | 10100 | 110 | 100110 |
Color Harmonies of #675F5B
Complementary color
Monochromatic Colors of #675F5B
Black with #675F5B
Text Example
Text Example
White with #675F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675F5B; }
p { color: rgb(103,95,91); }
H1.HeaderClassName
{
color: #675F5B;
}
.AnyTagClassName
{
color: #675F5B;
}
</style>
background-color css
<style>
a { background-color: #675F5B; }
a { background-color: rgb(103,95,91); }
div.DivClassName
{
background-color: #675F5B;
}
.BgClassName
{
background-color: #675F5B;
}
</style>
border-color css
<style>
span { border-color: #675F5B; }
span { border-color: rgb(103,95,91); }
td.TdClassName
{
border-color: #675F5B;
}
.TagClassName
{
border-color: #675F5B;
}
</style>