Shades of Dorado #675852
Tints of Dorado #675852
RGB
CMYK
RGB Variations
Color information
#675852 (or 0x675852) is known color: Dorado. HEX triplet: 67, 58 and 52. RGB value is (103,88,82). Sum of RGB (Red+Green+Blue) = 103+88+82=273 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.73% from 273); Green value is 88 (34.77% from 255 or 32.23% from 273); Blue value is 82 (32.42% from 255 or 30.04% from 273); Max value from RGB is 103 - color contains mainly: red. Hex color #675852 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675852 is #98A7AD. Grayscale: #5B5B5B. Windows color (decimal): -10004398 or 5396583. OLE color: 5396583.
HSL color Cylindrical-coordinate representation of color #675852: hue angle of 17.14º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #675852 is Cyan = 0, Magento = 0.15, Yellow = 0.20 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 88 | 82 | - |
| CMYK | 0 | 0.15 | 0.20 | 0.60 |
| HSL | 17.14º | 0.11% | 0.36% | - |
| HSV(B) | 17.14º | 0.2% | 0.4% | - |
| XYZ | 10.61 | 10.47 | 9.44 | - |
| YUV | 91.8 | 122.47 | 135.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 88 | 82 | 0 | 0.15 | 0.20 | 0.60 | 17.14 | 0.11 | 0.36 |
| Hex | 67 | 58 | 52 | 0 | F | 14 | 3C | 11 | B | 24 |
| Octal | 147 | 130 | 122 | 0 | 17 | 24 | 74 | 21 | 13 | 44 |
| Binary | 1100111 | 1011000 | 1010010 | 0 | 1111 | 10100 | 111100 | 10001 | 1011 | 100100 |
Color Harmonies of #675852
Complementary color
Monochromatic Colors of #675852
Black with #675852
Text Example
Text Example
White with #675852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675852; }
p { color: rgb(103,88,82); }
H1.HeaderClassName
{
color: #675852;
}
.AnyTagClassName
{
color: #675852;
}
</style>
background-color css
<style>
a { background-color: #675852; }
a { background-color: rgb(103,88,82); }
div.DivClassName
{
background-color: #675852;
}
.BgClassName
{
background-color: #675852;
}
</style>
border-color css
<style>
span { border-color: #675852; }
span { border-color: rgb(103,88,82); }
td.TdClassName
{
border-color: #675852;
}
.TagClassName
{
border-color: #675852;
}
</style>