Shades of Dorado #6C5A54
Tints of Dorado #6C5A54
RGB
CMYK
RGB Variations
Color information
#6C5A54 (or 0x6C5A54) is known color: Dorado. HEX triplet: 6C, 5A and 54. RGB value is (108,90,84). Sum of RGB (Red+Green+Blue) = 108+90+84=282 (37% of max value = 765). Red value is 108 (42.58% from 255 or 38.30% from 282); Green value is 90 (35.55% from 255 or 31.91% from 282); Blue value is 84 (33.20% from 255 or 29.79% from 282); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5A54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C5A54 is #93A5AB. Grayscale: #5E5E5E. Windows color (decimal): -9676204 or 5528172. OLE color: 5528172.
HSL color Cylindrical-coordinate representation of color #6C5A54: hue angle of 15º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6C5A54 is Cyan = 0, Magento = 0.17, Yellow = 0.22 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 90 | 84 | - |
| CMYK | 0 | 0.17 | 0.22 | 0.58 |
| HSL | 15º | 0.13% | 0.38% | - |
| HSV(B) | 15º | 0.22% | 0.42% | - |
| XYZ | 11.44 | 11.14 | 9.93 | - |
| YUV | 94.7 | 121.96 | 137.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 90 | 84 | 0 | 0.17 | 0.22 | 0.58 | 15 | 0.13 | 0.38 |
| Hex | 6C | 5A | 54 | 0 | 11 | 16 | 3A | F | C | 26 |
| Octal | 154 | 132 | 124 | 0 | 21 | 26 | 72 | 17 | 14 | 46 |
| Binary | 1101100 | 1011010 | 1010100 | 0 | 10001 | 10110 | 111010 | 1111 | 1100 | 100110 |
Color Harmonies of #6C5A54
Complementary color
Monochromatic Colors of #6C5A54
Black with #6C5A54
Text Example
Text Example
White with #6C5A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C5A54; }
p { color: rgb(108,90,84); }
H1.HeaderClassName
{
color: #6C5A54;
}
.AnyTagClassName
{
color: #6C5A54;
}
</style>
background-color css
<style>
a { background-color: #6C5A54; }
a { background-color: rgb(108,90,84); }
div.DivClassName
{
background-color: #6C5A54;
}
.BgClassName
{
background-color: #6C5A54;
}
</style>
border-color css
<style>
span { border-color: #6C5A54; }
span { border-color: rgb(108,90,84); }
td.TdClassName
{
border-color: #6C5A54;
}
.TagClassName
{
border-color: #6C5A54;
}
</style>