Shades of Dorado #6B5D56
Tints of Dorado #6B5D56
RGB
CMYK
RGB Variations
Color information
#6B5D56 (or 0x6B5D56) is known color: Dorado. HEX triplet: 6B, 5D and 56. RGB value is (107,93,86). Sum of RGB (Red+Green+Blue) = 107+93+86=286 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.41% from 286); Green value is 93 (36.72% from 255 or 32.52% from 286); Blue value is 86 (33.98% from 255 or 30.07% from 286); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5D56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5D56 is #94A2A9. Grayscale: #606060. Windows color (decimal): -9740970 or 5660011. OLE color: 5660011.
HSL color Cylindrical-coordinate representation of color #6B5D56: hue angle of 20º degrees, saturation: 0.11, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6B5D56 is Cyan = 0, Magento = 0.13, Yellow = 0.20 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 93 | 86 | - |
| CMYK | 0 | 0.13 | 0.20 | 0.58 |
| HSL | 20º | 0.11% | 0.38% | - |
| HSV(B) | 20º | 0.2% | 0.42% | - |
| XYZ | 11.66 | 11.63 | 10.43 | - |
| YUV | 96.39 | 122.14 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 93 | 86 | 0 | 0.13 | 0.20 | 0.58 | 20 | 0.11 | 0.38 |
| Hex | 6B | 5D | 56 | 0 | D | 14 | 3A | 14 | B | 26 |
| Octal | 153 | 135 | 126 | 0 | 15 | 24 | 72 | 24 | 13 | 46 |
| Binary | 1101011 | 1011101 | 1010110 | 0 | 1101 | 10100 | 111010 | 10100 | 1011 | 100110 |
Color Harmonies of #6B5D56
Complementary color
Monochromatic Colors of #6B5D56
Black with #6B5D56
Text Example
Text Example
White with #6B5D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5D56; }
p { color: rgb(107,93,86); }
H1.HeaderClassName
{
color: #6B5D56;
}
.AnyTagClassName
{
color: #6B5D56;
}
</style>
background-color css
<style>
a { background-color: #6B5D56; }
a { background-color: rgb(107,93,86); }
div.DivClassName
{
background-color: #6B5D56;
}
.BgClassName
{
background-color: #6B5D56;
}
</style>
border-color css
<style>
span { border-color: #6B5D56; }
span { border-color: rgb(107,93,86); }
td.TdClassName
{
border-color: #6B5D56;
}
.TagClassName
{
border-color: #6B5D56;
}
</style>