Shades of Dorado #6F625A
Tints of Dorado #6F625A
RGB
CMYK
RGB Variations
Color information
#6F625A (or 0x6F625A) is known color: Dorado. HEX triplet: 6F, 62 and 5A. RGB value is (111,98,90). Sum of RGB (Red+Green+Blue) = 111+98+90=299 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.12% from 299); Green value is 98 (38.67% from 255 or 32.78% from 299); Blue value is 90 (35.55% from 255 or 30.10% from 299); Max value from RGB is 111 - color contains mainly: red. Hex color #6F625A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F625A is #909DA5. Grayscale: #656565. Windows color (decimal): -9477542 or 5923439. OLE color: 5923439.
HSL color Cylindrical-coordinate representation of color #6F625A: hue angle of 22.86º 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 #6F625A is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 98 | 90 | - |
| CMYK | 0 | 0.12 | 0.19 | 0.56 |
| HSL | 22.86º | 0.1% | 0.39% | - |
| HSV(B) | 22.86º | 0.19% | 0.44% | - |
| XYZ | 12.77 | 12.85 | 11.48 | - |
| YUV | 100.98 | 121.81 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 98 | 90 | 0 | 0.12 | 0.19 | 0.56 | 22.86 | 0.1 | 0.39 |
| Hex | 6F | 62 | 5A | 0 | C | 13 | 38 | 17 | A | 27 |
| Octal | 157 | 142 | 132 | 0 | 14 | 23 | 70 | 27 | 12 | 47 |
| Binary | 1101111 | 1100010 | 1011010 | 0 | 1100 | 10011 | 111000 | 10111 | 1010 | 100111 |
Color Harmonies of #6F625A
Complementary color
Monochromatic Colors of #6F625A
Black with #6F625A
Text Example
Text Example
White with #6F625A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F625A; }
p { color: rgb(111,98,90); }
H1.HeaderClassName
{
color: #6F625A;
}
.AnyTagClassName
{
color: #6F625A;
}
</style>
background-color css
<style>
a { background-color: #6F625A; }
a { background-color: rgb(111,98,90); }
div.DivClassName
{
background-color: #6F625A;
}
.BgClassName
{
background-color: #6F625A;
}
</style>
border-color css
<style>
span { border-color: #6F625A; }
span { border-color: rgb(111,98,90); }
td.TdClassName
{
border-color: #6F625A;
}
.TagClassName
{
border-color: #6F625A;
}
</style>