Shades of Dorado #6B6561
Tints of Dorado #6B6561
RGB
CMYK
RGB Variations
Color information
#6B6561 (or 0x6B6561) is known color: Dorado. HEX triplet: 6B, 65 and 61. RGB value is (107,101,97). Sum of RGB (Red+Green+Blue) = 107+101+97=305 (40% of max value = 765). Red value is 107 (42.19% from 255 or 35.08% from 305); Green value is 101 (39.84% from 255 or 33.11% from 305); Blue value is 97 (38.28% from 255 or 31.80% from 305); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6561 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6561 is #949A9E. Grayscale: #666666. Windows color (decimal): -9738911 or 6382955. OLE color: 6382955.
HSL color Cylindrical-coordinate representation of color #6B6561: hue angle of 24º degrees, saturation: 0.05, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #6B6561 is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 101 | 97 | - |
| CMYK | 0 | 0.06 | 0.09 | 0.58 |
| HSL | 24º | 0.05% | 0.4% | - |
| HSV(B) | 24º | 0.09% | 0.42% | - |
| XYZ | 12.87 | 13.3 | 13.2 | - |
| YUV | 102.34 | 124.99 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 101 | 97 | 0 | 0.06 | 0.09 | 0.58 | 24 | 0.05 | 0.4 |
| Hex | 6B | 65 | 61 | 0 | 6 | 9 | 3A | 18 | 5 | 28 |
| Octal | 153 | 145 | 141 | 0 | 6 | 11 | 72 | 30 | 5 | 50 |
| Binary | 1101011 | 1100101 | 1100001 | 0 | 110 | 1001 | 111010 | 11000 | 101 | 101000 |
Color Harmonies of #6B6561
Complementary color
Monochromatic Colors of #6B6561
Black with #6B6561
Text Example
Text Example
White with #6B6561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6561; }
p { color: rgb(107,101,97); }
H1.HeaderClassName
{
color: #6B6561;
}
.AnyTagClassName
{
color: #6B6561;
}
</style>
background-color css
<style>
a { background-color: #6B6561; }
a { background-color: rgb(107,101,97); }
div.DivClassName
{
background-color: #6B6561;
}
.BgClassName
{
background-color: #6B6561;
}
</style>
border-color css
<style>
span { border-color: #6B6561; }
span { border-color: rgb(107,101,97); }
td.TdClassName
{
border-color: #6B6561;
}
.TagClassName
{
border-color: #6B6561;
}
</style>