Shades of Dorado #6F5852
Tints of Dorado #6F5852
RGB
CMYK
RGB Variations
Color information
#6F5852 (or 0x6F5852) is known color: Dorado. HEX triplet: 6F, 58 and 52. RGB value is (111,88,82). Sum of RGB (Red+Green+Blue) = 111+88+82=281 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.50% from 281); Green value is 88 (34.77% from 255 or 31.32% from 281); Blue value is 82 (32.42% from 255 or 29.18% from 281); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5852 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5852 is #90A7AD. Grayscale: #5E5E5E. Windows color (decimal): -9480110 or 5396591. OLE color: 5396591.
HSL color Cylindrical-coordinate representation of color #6F5852: hue angle of 12.41º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6F5852 is Cyan = 0, Magento = 0.21, Yellow = 0.26 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 88 | 82 | - |
| CMYK | 0 | 0.21 | 0.26 | 0.56 |
| HSL | 12.41º | 0.15% | 0.38% | - |
| HSV(B) | 12.41º | 0.26% | 0.44% | - |
| XYZ | 11.57 | 10.97 | 9.49 | - |
| YUV | 94.19 | 121.12 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 88 | 82 | 0 | 0.21 | 0.26 | 0.56 | 12.41 | 0.15 | 0.38 |
| Hex | 6F | 58 | 52 | 0 | 15 | 1A | 38 | C | F | 26 |
| Octal | 157 | 130 | 122 | 0 | 25 | 32 | 70 | 14 | 17 | 46 |
| Binary | 1101111 | 1011000 | 1010010 | 0 | 10101 | 11010 | 111000 | 1100 | 1111 | 100110 |
Color Harmonies of #6F5852
Complementary color
Monochromatic Colors of #6F5852
Black with #6F5852
Text Example
Text Example
White with #6F5852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5852; }
p { color: rgb(111,88,82); }
H1.HeaderClassName
{
color: #6F5852;
}
.AnyTagClassName
{
color: #6F5852;
}
</style>
background-color css
<style>
a { background-color: #6F5852; }
a { background-color: rgb(111,88,82); }
div.DivClassName
{
background-color: #6F5852;
}
.BgClassName
{
background-color: #6F5852;
}
</style>
border-color css
<style>
span { border-color: #6F5852; }
span { border-color: rgb(111,88,82); }
td.TdClassName
{
border-color: #6F5852;
}
.TagClassName
{
border-color: #6F5852;
}
</style>