Shades of Dorado #6B5F58
Tints of Dorado #6B5F58
RGB
CMYK
RGB Variations
Color information
#6B5F58 (or 0x6B5F58) is known color: Dorado. HEX triplet: 6B, 5F and 58. RGB value is (107,95,88). Sum of RGB (Red+Green+Blue) = 107+95+88=290 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.90% from 290); Green value is 95 (37.5% from 255 or 32.76% from 290); Blue value is 88 (34.77% from 255 or 30.34% from 290); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5F58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5F58 is #94A0A7. Grayscale: #616161. Windows color (decimal): -9740456 or 5791595. OLE color: 5791595.
HSL color Cylindrical-coordinate representation of color #6B5F58: hue angle of 22.11º 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 #6B5F58 is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 95 | 88 | - |
| CMYK | 0 | 0.11 | 0.18 | 0.58 |
| HSL | 22.11º | 0.1% | 0.38% | - |
| HSV(B) | 22.11º | 0.18% | 0.42% | - |
| XYZ | 11.92 | 12.01 | 10.92 | - |
| YUV | 97.79 | 122.48 | 134.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 95 | 88 | 0 | 0.11 | 0.18 | 0.58 | 22.11 | 0.1 | 0.38 |
| Hex | 6B | 5F | 58 | 0 | B | 12 | 3A | 16 | A | 26 |
| Octal | 153 | 137 | 130 | 0 | 13 | 22 | 72 | 26 | 12 | 46 |
| Binary | 1101011 | 1011111 | 1011000 | 0 | 1011 | 10010 | 111010 | 10110 | 1010 | 100110 |
Color Harmonies of #6B5F58
Complementary color
Monochromatic Colors of #6B5F58
Black with #6B5F58
Text Example
Text Example
White with #6B5F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5F58; }
p { color: rgb(107,95,88); }
H1.HeaderClassName
{
color: #6B5F58;
}
.AnyTagClassName
{
color: #6B5F58;
}
</style>
background-color css
<style>
a { background-color: #6B5F58; }
a { background-color: rgb(107,95,88); }
div.DivClassName
{
background-color: #6B5F58;
}
.BgClassName
{
background-color: #6B5F58;
}
</style>
border-color css
<style>
span { border-color: #6B5F58; }
span { border-color: rgb(107,95,88); }
td.TdClassName
{
border-color: #6B5F58;
}
.TagClassName
{
border-color: #6B5F58;
}
</style>