Shades of Dorado #6C5F59
Tints of Dorado #6C5F59
RGB
CMYK
RGB Variations
Color information
#6C5F59 (or 0x6C5F59) is known color: Dorado. HEX triplet: 6C, 5F and 59. RGB value is (108,95,89). Sum of RGB (Red+Green+Blue) = 108+95+89=292 (38% of max value = 765). Red value is 108 (42.58% from 255 or 36.99% from 292); Green value is 95 (37.5% from 255 or 32.53% from 292); Blue value is 89 (35.16% from 255 or 30.48% from 292); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5F59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C5F59 is #93A0A6. Grayscale: #626262. Windows color (decimal): -9674919 or 5857132. OLE color: 5857132.
HSL color Cylindrical-coordinate representation of color #6C5F59: hue angle of 18.95º degrees, saturation: 0.1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6C5F59 is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 95 | 89 | - |
| CMYK | 0 | 0.12 | 0.18 | 0.58 |
| HSL | 18.95º | 0.1% | 0.39% | - |
| HSV(B) | 18.95º | 0.18% | 0.42% | - |
| XYZ | 12.08 | 12.09 | 11.15 | - |
| YUV | 98.2 | 122.81 | 134.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 95 | 89 | 0 | 0.12 | 0.18 | 0.58 | 18.95 | 0.1 | 0.39 |
| Hex | 6C | 5F | 59 | 0 | C | 12 | 3A | 13 | A | 27 |
| Octal | 154 | 137 | 131 | 0 | 14 | 22 | 72 | 23 | 12 | 47 |
| Binary | 1101100 | 1011111 | 1011001 | 0 | 1100 | 10010 | 111010 | 10011 | 1010 | 100111 |
Color Harmonies of #6C5F59
Complementary color
Monochromatic Colors of #6C5F59
Black with #6C5F59
Text Example
Text Example
White with #6C5F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C5F59; }
p { color: rgb(108,95,89); }
H1.HeaderClassName
{
color: #6C5F59;
}
.AnyTagClassName
{
color: #6C5F59;
}
</style>
background-color css
<style>
a { background-color: #6C5F59; }
a { background-color: rgb(108,95,89); }
div.DivClassName
{
background-color: #6C5F59;
}
.BgClassName
{
background-color: #6C5F59;
}
</style>
border-color css
<style>
span { border-color: #6C5F59; }
span { border-color: rgb(108,95,89); }
td.TdClassName
{
border-color: #6C5F59;
}
.TagClassName
{
border-color: #6C5F59;
}
</style>