Shades of Dorado #6B6764
Tints of Dorado #6B6764
RGB
CMYK
RGB Variations
Color information
#6B6764 (or 0x6B6764) is known color: Dorado. HEX triplet: 6B, 67 and 64. RGB value is (107,103,100). Sum of RGB (Red+Green+Blue) = 107+103+100=310 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.52% from 310); Green value is 103 (40.62% from 255 or 33.23% from 310); Blue value is 100 (39.45% from 255 or 32.26% from 310); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6764 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6764 is #94989B. Grayscale: #676767. Windows color (decimal): -9738396 or 6580075. OLE color: 6580075.
HSL color Cylindrical-coordinate representation of color #6B6764: hue angle of 25.71º degrees, saturation: 0.03, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #6B6764 is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 103 | 100 | - |
| CMYK | 0 | 0.04 | 0.07 | 0.58 |
| HSL | 25.71º | 0.03% | 0.41% | - |
| HSV(B) | 25.71º | 0.07% | 0.42% | - |
| XYZ | 13.21 | 13.75 | 14.01 | - |
| YUV | 103.85 | 125.83 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 103 | 100 | 0 | 0.04 | 0.07 | 0.58 | 25.71 | 0.03 | 0.41 |
| Hex | 6B | 67 | 64 | 0 | 4 | 7 | 3A | 1A | 3 | 29 |
| Octal | 153 | 147 | 144 | 0 | 4 | 7 | 72 | 32 | 3 | 51 |
| Binary | 1101011 | 1100111 | 1100100 | 0 | 100 | 111 | 111010 | 11010 | 11 | 101001 |
Color Harmonies of #6B6764
Complementary color
Monochromatic Colors of #6B6764
Black with #6B6764
Text Example
Text Example
White with #6B6764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6764; }
p { color: rgb(107,103,100); }
H1.HeaderClassName
{
color: #6B6764;
}
.AnyTagClassName
{
color: #6B6764;
}
</style>
background-color css
<style>
a { background-color: #6B6764; }
a { background-color: rgb(107,103,100); }
div.DivClassName
{
background-color: #6B6764;
}
.BgClassName
{
background-color: #6B6764;
}
</style>
border-color css
<style>
span { border-color: #6B6764; }
span { border-color: rgb(107,103,100); }
td.TdClassName
{
border-color: #6B6764;
}
.TagClassName
{
border-color: #6B6764;
}
</style>