Shades of Dorado #6C5B53
Tints of Dorado #6C5B53
RGB
CMYK
RGB Variations
Color information
#6C5B53 (or 0x6C5B53) is known color: Dorado. HEX triplet: 6C, 5B and 53. RGB value is (108,91,83). Sum of RGB (Red+Green+Blue) = 108+91+83=282 (37% of max value = 765). Red value is 108 (42.58% from 255 or 38.30% from 282); Green value is 91 (35.94% from 255 or 32.27% from 282); Blue value is 83 (32.81% from 255 or 29.43% from 282); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5B53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C5B53 is #93A4AC. Grayscale: #5F5F5F. Windows color (decimal): -9675949 or 5462892. OLE color: 5462892.
HSL color Cylindrical-coordinate representation of color #6C5B53: hue angle of 19.2º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6C5B53 is Cyan = 0, Magento = 0.16, Yellow = 0.23 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 91 | 83 | - |
| CMYK | 0 | 0.16 | 0.23 | 0.58 |
| HSL | 19.2º | 0.13% | 0.37% | - |
| HSV(B) | 19.2º | 0.23% | 0.42% | - |
| XYZ | 11.49 | 11.29 | 9.76 | - |
| YUV | 95.17 | 121.13 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 91 | 83 | 0 | 0.16 | 0.23 | 0.58 | 19.2 | 0.13 | 0.37 |
| Hex | 6C | 5B | 53 | 0 | 10 | 17 | 3A | 13 | D | 25 |
| Octal | 154 | 133 | 123 | 0 | 20 | 27 | 72 | 23 | 15 | 45 |
| Binary | 1101100 | 1011011 | 1010011 | 0 | 10000 | 10111 | 111010 | 10011 | 1101 | 100101 |
Color Harmonies of #6C5B53
Complementary color
Monochromatic Colors of #6C5B53
Black with #6C5B53
Text Example
Text Example
White with #6C5B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C5B53; }
p { color: rgb(108,91,83); }
H1.HeaderClassName
{
color: #6C5B53;
}
.AnyTagClassName
{
color: #6C5B53;
}
</style>
background-color css
<style>
a { background-color: #6C5B53; }
a { background-color: rgb(108,91,83); }
div.DivClassName
{
background-color: #6C5B53;
}
.BgClassName
{
background-color: #6C5B53;
}
</style>
border-color css
<style>
span { border-color: #6C5B53; }
span { border-color: rgb(108,91,83); }
td.TdClassName
{
border-color: #6C5B53;
}
.TagClassName
{
border-color: #6C5B53;
}
</style>