Shades of Dorado #6B6663
Tints of Dorado #6B6663
RGB
CMYK
RGB Variations
Color information
#6B6663 (or 0x6B6663) is known color: Dorado. HEX triplet: 6B, 66 and 63. RGB value is (107,102,99). Sum of RGB (Red+Green+Blue) = 107+102+99=308 (40% of max value = 765). Red value is 107 (42.19% from 255 or 34.74% from 308); Green value is 102 (40.23% from 255 or 33.12% from 308); Blue value is 99 (39.06% from 255 or 32.14% from 308); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6663 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6663 is #94999C. Grayscale: #676767. Windows color (decimal): -9738653 or 6514283. OLE color: 6514283.
HSL color Cylindrical-coordinate representation of color #6B6663: hue angle of 22.5º degrees, saturation: 0.04, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #6B6663 is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 102 | 99 | - |
| CMYK | 0 | 0.05 | 0.07 | 0.58 |
| HSL | 22.5º | 0.04% | 0.4% | - |
| HSV(B) | 22.5º | 0.07% | 0.42% | - |
| XYZ | 13.07 | 13.53 | 13.73 | - |
| YUV | 103.15 | 125.66 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 102 | 99 | 0 | 0.05 | 0.07 | 0.58 | 22.5 | 0.04 | 0.4 |
| Hex | 6B | 66 | 63 | 0 | 5 | 7 | 3A | 16 | 4 | 28 |
| Octal | 153 | 146 | 143 | 0 | 5 | 7 | 72 | 26 | 4 | 50 |
| Binary | 1101011 | 1100110 | 1100011 | 0 | 101 | 111 | 111010 | 10110 | 100 | 101000 |
Color Harmonies of #6B6663
Complementary color
Monochromatic Colors of #6B6663
Black with #6B6663
Text Example
Text Example
White with #6B6663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6663; }
p { color: rgb(107,102,99); }
H1.HeaderClassName
{
color: #6B6663;
}
.AnyTagClassName
{
color: #6B6663;
}
</style>
background-color css
<style>
a { background-color: #6B6663; }
a { background-color: rgb(107,102,99); }
div.DivClassName
{
background-color: #6B6663;
}
.BgClassName
{
background-color: #6B6663;
}
</style>
border-color css
<style>
span { border-color: #6B6663; }
span { border-color: rgb(107,102,99); }
td.TdClassName
{
border-color: #6B6663;
}
.TagClassName
{
border-color: #6B6663;
}
</style>