Shades of Dorado #6F615A
Tints of Dorado #6F615A
RGB
CMYK
RGB Variations
Color information
#6F615A (or 0x6F615A) is known color: Dorado. HEX triplet: 6F, 61 and 5A. RGB value is (111,97,90). Sum of RGB (Red+Green+Blue) = 111+97+90=298 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.25% from 298); Green value is 97 (38.28% from 255 or 32.55% from 298); Blue value is 90 (35.55% from 255 or 30.20% from 298); Max value from RGB is 111 - color contains mainly: red. Hex color #6F615A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F615A is #909EA5. Grayscale: #646464. Windows color (decimal): -9477798 or 5923183. OLE color: 5923183.
HSL color Cylindrical-coordinate representation of color #6F615A: hue angle of 20º degrees, saturation: 0.1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6F615A is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 97 | 90 | - |
| CMYK | 0 | 0.13 | 0.19 | 0.56 |
| HSL | 20º | 0.1% | 0.39% | - |
| HSV(B) | 20º | 0.19% | 0.44% | - |
| XYZ | 12.68 | 12.67 | 11.45 | - |
| YUV | 100.39 | 122.14 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 97 | 90 | 0 | 0.13 | 0.19 | 0.56 | 20 | 0.1 | 0.39 |
| Hex | 6F | 61 | 5A | 0 | D | 13 | 38 | 14 | A | 27 |
| Octal | 157 | 141 | 132 | 0 | 15 | 23 | 70 | 24 | 12 | 47 |
| Binary | 1101111 | 1100001 | 1011010 | 0 | 1101 | 10011 | 111000 | 10100 | 1010 | 100111 |
Color Harmonies of #6F615A
Complementary color
Monochromatic Colors of #6F615A
Black with #6F615A
Text Example
Text Example
White with #6F615A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F615A; }
p { color: rgb(111,97,90); }
H1.HeaderClassName
{
color: #6F615A;
}
.AnyTagClassName
{
color: #6F615A;
}
</style>
background-color css
<style>
a { background-color: #6F615A; }
a { background-color: rgb(111,97,90); }
div.DivClassName
{
background-color: #6F615A;
}
.BgClassName
{
background-color: #6F615A;
}
</style>
border-color css
<style>
span { border-color: #6F615A; }
span { border-color: rgb(111,97,90); }
td.TdClassName
{
border-color: #6F615A;
}
.TagClassName
{
border-color: #6F615A;
}
</style>