Shades of Dorado #6B5D58
Tints of Dorado #6B5D58
RGB
CMYK
RGB Variations
Color information
#6B5D58 (or 0x6B5D58) is known color: Dorado. HEX triplet: 6B, 5D and 58. RGB value is (107,93,88). Sum of RGB (Red+Green+Blue) = 107+93+88=288 (38% of max value = 765). Red value is 107 (42.19% from 255 or 37.15% from 288); Green value is 93 (36.72% from 255 or 32.29% from 288); Blue value is 88 (34.77% from 255 or 30.56% from 288); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5D58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5D58 is #94A2A7. Grayscale: #606060. Windows color (decimal): -9740968 or 5791083. OLE color: 5791083.
HSL color Cylindrical-coordinate representation of color #6B5D58: hue angle of 15.79º degrees, saturation: 0.1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6B5D58 is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 93 | 88 | - |
| CMYK | 0 | 0.13 | 0.18 | 0.58 |
| HSL | 15.79º | 0.1% | 0.38% | - |
| HSV(B) | 15.79º | 0.18% | 0.42% | - |
| XYZ | 11.74 | 11.66 | 10.86 | - |
| YUV | 96.62 | 123.14 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 93 | 88 | 0 | 0.13 | 0.18 | 0.58 | 15.79 | 0.1 | 0.38 |
| Hex | 6B | 5D | 58 | 0 | D | 12 | 3A | 10 | A | 26 |
| Octal | 153 | 135 | 130 | 0 | 15 | 22 | 72 | 20 | 12 | 46 |
| Binary | 1101011 | 1011101 | 1011000 | 0 | 1101 | 10010 | 111010 | 10000 | 1010 | 100110 |
Color Harmonies of #6B5D58
Complementary color
Monochromatic Colors of #6B5D58
Black with #6B5D58
Text Example
Text Example
White with #6B5D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5D58; }
p { color: rgb(107,93,88); }
H1.HeaderClassName
{
color: #6B5D58;
}
.AnyTagClassName
{
color: #6B5D58;
}
</style>
background-color css
<style>
a { background-color: #6B5D58; }
a { background-color: rgb(107,93,88); }
div.DivClassName
{
background-color: #6B5D58;
}
.BgClassName
{
background-color: #6B5D58;
}
</style>
border-color css
<style>
span { border-color: #6B5D58; }
span { border-color: rgb(107,93,88); }
td.TdClassName
{
border-color: #6B5D58;
}
.TagClassName
{
border-color: #6B5D58;
}
</style>