Shades of Dorado #6C605B
Tints of Dorado #6C605B
RGB
CMYK
RGB Variations
Color information
#6C605B (or 0x6C605B) is known color: Dorado. HEX triplet: 6C, 60 and 5B. RGB value is (108,96,91). Sum of RGB (Red+Green+Blue) = 108+96+91=295 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.61% from 295); Green value is 96 (37.89% from 255 or 32.54% from 295); Blue value is 91 (35.94% from 255 or 30.85% from 295); Max value from RGB is 108 - color contains mainly: red. Hex color #6C605B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C605B is #939FA4. Grayscale: #636363. Windows color (decimal): -9674661 or 5988460. OLE color: 5988460.
HSL color Cylindrical-coordinate representation of color #6C605B: hue angle of 17.65º degrees, saturation: 0.09, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #6C605B is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 96 | 91 | - |
| CMYK | 0 | 0.11 | 0.16 | 0.58 |
| HSL | 17.65º | 0.09% | 0.39% | - |
| HSV(B) | 17.65º | 0.16% | 0.42% | - |
| XYZ | 12.26 | 12.31 | 11.63 | - |
| YUV | 99.02 | 123.48 | 134.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 96 | 91 | 0 | 0.11 | 0.16 | 0.58 | 17.65 | 0.09 | 0.39 |
| Hex | 6C | 60 | 5B | 0 | B | 10 | 3A | 12 | 9 | 27 |
| Octal | 154 | 140 | 133 | 0 | 13 | 20 | 72 | 22 | 11 | 47 |
| Binary | 1101100 | 1100000 | 1011011 | 0 | 1011 | 10000 | 111010 | 10010 | 1001 | 100111 |
Color Harmonies of #6C605B
Complementary color
Monochromatic Colors of #6C605B
Black with #6C605B
Text Example
Text Example
White with #6C605B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C605B; }
p { color: rgb(108,96,91); }
H1.HeaderClassName
{
color: #6C605B;
}
.AnyTagClassName
{
color: #6C605B;
}
</style>
background-color css
<style>
a { background-color: #6C605B; }
a { background-color: rgb(108,96,91); }
div.DivClassName
{
background-color: #6C605B;
}
.BgClassName
{
background-color: #6C605B;
}
</style>
border-color css
<style>
span { border-color: #6C605B; }
span { border-color: rgb(108,96,91); }
td.TdClassName
{
border-color: #6C605B;
}
.TagClassName
{
border-color: #6C605B;
}
</style>