Shades of Dorado #6B5A51
Tints of Dorado #6B5A51
RGB
CMYK
RGB Variations
Color information
#6B5A51 (or 0x6B5A51) is known color: Dorado. HEX triplet: 6B, 5A and 51. RGB value is (107,90,81). Sum of RGB (Red+Green+Blue) = 107+90+81=278 (36% of max value = 765). Red value is 107 (42.19% from 255 or 38.49% from 278); Green value is 90 (35.55% from 255 or 32.37% from 278); Blue value is 81 (32.03% from 255 or 29.14% from 278); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5A51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5A51 is #94A5AE. Grayscale: #5E5E5E. Windows color (decimal): -9741743 or 5331563. OLE color: 5331563.
HSL color Cylindrical-coordinate representation of color #6B5A51: hue angle of 20.77º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6B5A51 is Cyan = 0, Magento = 0.16, Yellow = 0.24 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 90 | 81 | - |
| CMYK | 0 | 0.16 | 0.24 | 0.58 |
| HSL | 20.77º | 0.14% | 0.37% | - |
| HSV(B) | 20.77º | 0.24% | 0.42% | - |
| XYZ | 11.2 | 11.03 | 9.32 | - |
| YUV | 94.06 | 120.63 | 137.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 90 | 81 | 0 | 0.16 | 0.24 | 0.58 | 20.77 | 0.14 | 0.37 |
| Hex | 6B | 5A | 51 | 0 | 10 | 18 | 3A | 15 | E | 25 |
| Octal | 153 | 132 | 121 | 0 | 20 | 30 | 72 | 25 | 16 | 45 |
| Binary | 1101011 | 1011010 | 1010001 | 0 | 10000 | 11000 | 111010 | 10101 | 1110 | 100101 |
Color Harmonies of #6B5A51
Complementary color
Monochromatic Colors of #6B5A51
Black with #6B5A51
Text Example
Text Example
White with #6B5A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5A51; }
p { color: rgb(107,90,81); }
H1.HeaderClassName
{
color: #6B5A51;
}
.AnyTagClassName
{
color: #6B5A51;
}
</style>
background-color css
<style>
a { background-color: #6B5A51; }
a { background-color: rgb(107,90,81); }
div.DivClassName
{
background-color: #6B5A51;
}
.BgClassName
{
background-color: #6B5A51;
}
</style>
border-color css
<style>
span { border-color: #6B5A51; }
span { border-color: rgb(107,90,81); }
td.TdClassName
{
border-color: #6B5A51;
}
.TagClassName
{
border-color: #6B5A51;
}
</style>