Shades of Dorado #6A574F
Tints of Dorado #6A574F
RGB
CMYK
RGB Variations
Color information
#6A574F (or 0x6A574F) is known color: Dorado. HEX triplet: 6A, 57 and 4F. RGB value is (106,87,79). Sum of RGB (Red+Green+Blue) = 106+87+79=272 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.97% from 272); Green value is 87 (34.38% from 255 or 31.99% from 272); Blue value is 79 (31.25% from 255 or 29.04% from 272); Max value from RGB is 106 - color contains mainly: red. Hex color #6A574F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A574F is #95A8B0. Grayscale: #5B5B5B. Windows color (decimal): -9808049 or 5199722. OLE color: 5199722.
HSL color Cylindrical-coordinate representation of color #6A574F: hue angle of 17.78º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6A574F is Cyan = 0, Magento = 0.18, Yellow = 0.25 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 87 | 79 | - |
| CMYK | 0 | 0.18 | 0.25 | 0.58 |
| HSL | 17.78º | 0.15% | 0.36% | - |
| HSV(B) | 17.78º | 0.25% | 0.42% | - |
| XYZ | 10.76 | 10.45 | 8.85 | - |
| YUV | 91.77 | 120.79 | 138.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 87 | 79 | 0 | 0.18 | 0.25 | 0.58 | 17.78 | 0.15 | 0.36 |
| Hex | 6A | 57 | 4F | 0 | 12 | 19 | 3A | 12 | F | 24 |
| Octal | 152 | 127 | 117 | 0 | 22 | 31 | 72 | 22 | 17 | 44 |
| Binary | 1101010 | 1010111 | 1001111 | 0 | 10010 | 11001 | 111010 | 10010 | 1111 | 100100 |
Color Harmonies of #6A574F
Complementary color
Monochromatic Colors of #6A574F
Black with #6A574F
Text Example
Text Example
White with #6A574F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A574F; }
p { color: rgb(106,87,79); }
H1.HeaderClassName
{
color: #6A574F;
}
.AnyTagClassName
{
color: #6A574F;
}
</style>
background-color css
<style>
a { background-color: #6A574F; }
a { background-color: rgb(106,87,79); }
div.DivClassName
{
background-color: #6A574F;
}
.BgClassName
{
background-color: #6A574F;
}
</style>
border-color css
<style>
span { border-color: #6A574F; }
span { border-color: rgb(106,87,79); }
td.TdClassName
{
border-color: #6A574F;
}
.TagClassName
{
border-color: #6A574F;
}
</style>