Shades of Dorado #6B5B52
Tints of Dorado #6B5B52
RGB
CMYK
RGB Variations
Color information
#6B5B52 (or 0x6B5B52) is known color: Dorado. HEX triplet: 6B, 5B and 52. RGB value is (107,91,82). Sum of RGB (Red+Green+Blue) = 107+91+82=280 (37% of max value = 765). Red value is 107 (42.19% from 255 or 38.21% from 280); Green value is 91 (35.94% from 255 or 32.5% from 280); Blue value is 82 (32.42% from 255 or 29.29% from 280); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5B52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5B52 is #94A4AD. Grayscale: #5E5E5E. Windows color (decimal): -9741486 or 5397355. OLE color: 5397355.
HSL color Cylindrical-coordinate representation of color #6B5B52: hue angle of 21.6º 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 #6B5B52 is Cyan = 0, Magento = 0.15, Yellow = 0.23 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 91 | 82 | - |
| CMYK | 0 | 0.15 | 0.23 | 0.58 |
| HSL | 21.6º | 0.13% | 0.37% | - |
| HSV(B) | 21.6º | 0.23% | 0.42% | - |
| XYZ | 11.33 | 11.22 | 9.55 | - |
| YUV | 94.76 | 120.8 | 136.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 91 | 82 | 0 | 0.15 | 0.23 | 0.58 | 21.6 | 0.13 | 0.37 |
| Hex | 6B | 5B | 52 | 0 | F | 17 | 3A | 16 | D | 25 |
| Octal | 153 | 133 | 122 | 0 | 17 | 27 | 72 | 26 | 15 | 45 |
| Binary | 1101011 | 1011011 | 1010010 | 0 | 1111 | 10111 | 111010 | 10110 | 1101 | 100101 |
Color Harmonies of #6B5B52
Complementary color
Monochromatic Colors of #6B5B52
Black with #6B5B52
Text Example
Text Example
White with #6B5B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5B52; }
p { color: rgb(107,91,82); }
H1.HeaderClassName
{
color: #6B5B52;
}
.AnyTagClassName
{
color: #6B5B52;
}
</style>
background-color css
<style>
a { background-color: #6B5B52; }
a { background-color: rgb(107,91,82); }
div.DivClassName
{
background-color: #6B5B52;
}
.BgClassName
{
background-color: #6B5B52;
}
</style>
border-color css
<style>
span { border-color: #6B5B52; }
span { border-color: rgb(107,91,82); }
td.TdClassName
{
border-color: #6B5B52;
}
.TagClassName
{
border-color: #6B5B52;
}
</style>