Shades of Dorado #675F5A
Tints of Dorado #675F5A
RGB
CMYK
RGB Variations
Color information
#675F5A (or 0x675F5A) is known color: Dorado. HEX triplet: 67, 5F and 5A. RGB value is (103,95,90). Sum of RGB (Red+Green+Blue) = 103+95+90=288 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.76% from 288); Green value is 95 (37.5% from 255 or 32.99% from 288); Blue value is 90 (35.55% from 255 or 31.25% from 288); Max value from RGB is 103 - color contains mainly: red. Hex color #675F5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675F5A is #98A0A5. Grayscale: #606060. Windows color (decimal): -10002598 or 5922663. OLE color: 5922663.
HSL color Cylindrical-coordinate representation of color #675F5A: hue angle of 23.08º degrees, saturation: 0.07, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #675F5A is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 95 | 90 | - |
| CMYK | 0 | 0.08 | 0.13 | 0.60 |
| HSL | 23.08º | 0.07% | 0.38% | - |
| HSV(B) | 23.08º | 0.13% | 0.4% | - |
| XYZ | 11.53 | 11.81 | 11.34 | - |
| YUV | 96.82 | 124.15 | 132.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 95 | 90 | 0 | 0.08 | 0.13 | 0.60 | 23.08 | 0.07 | 0.38 |
| Hex | 67 | 5F | 5A | 0 | 8 | D | 3C | 17 | 7 | 26 |
| Octal | 147 | 137 | 132 | 0 | 10 | 15 | 74 | 27 | 7 | 46 |
| Binary | 1100111 | 1011111 | 1011010 | 0 | 1000 | 1101 | 111100 | 10111 | 111 | 100110 |
Color Harmonies of #675F5A
Complementary color
Monochromatic Colors of #675F5A
Black with #675F5A
Text Example
Text Example
White with #675F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675F5A; }
p { color: rgb(103,95,90); }
H1.HeaderClassName
{
color: #675F5A;
}
.AnyTagClassName
{
color: #675F5A;
}
</style>
background-color css
<style>
a { background-color: #675F5A; }
a { background-color: rgb(103,95,90); }
div.DivClassName
{
background-color: #675F5A;
}
.BgClassName
{
background-color: #675F5A;
}
</style>
border-color css
<style>
span { border-color: #675F5A; }
span { border-color: rgb(103,95,90); }
td.TdClassName
{
border-color: #675F5A;
}
.TagClassName
{
border-color: #675F5A;
}
</style>