Shades of Dorado #6B5D54
Tints of Dorado #6B5D54
RGB
CMYK
RGB Variations
Color information
#6B5D54 (or 0x6B5D54) is known color: Dorado. HEX triplet: 6B, 5D and 54. RGB value is (107,93,84). Sum of RGB (Red+Green+Blue) = 107+93+84=284 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.68% from 284); Green value is 93 (36.72% from 255 or 32.75% from 284); Blue value is 84 (33.20% from 255 or 29.58% from 284); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5D54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5D54 is #94A2AB. Grayscale: #606060. Windows color (decimal): -9740972 or 5528939. OLE color: 5528939.
HSL color Cylindrical-coordinate representation of color #6B5D54: hue angle of 23.48º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6B5D54 is Cyan = 0, Magento = 0.13, Yellow = 0.21 and Black (K on CMYK) = 0.58.
Color convert
RGB | 107 | 93 | 84 | - |
CMYK | 0 | 0.13 | 0.21 | 0.58 |
HSL | 23.48º | 0.12% | 0.37% | - |
HSV(B) | 23.48º | 0.21% | 0.42% | - |
XYZ | 11.58 | 11.59 | 10.02 | - |
YUV | 96.16 | 121.14 | 135.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 107 | 93 | 84 | 0 | 0.13 | 0.21 | 0.58 | 23.48 | 0.12 | 0.37 |
Hex | 6B | 5D | 54 | 0 | D | 15 | 3A | 17 | C | 25 |
Octal | 153 | 135 | 124 | 0 | 15 | 25 | 72 | 27 | 14 | 45 |
Binary | 1101011 | 1011101 | 1010100 | 0 | 1101 | 10101 | 111010 | 10111 | 1100 | 100101 |
Color Harmonies of #6B5D54
Complementary color
Monochromatic Colors of #6B5D54
Black with #6B5D54
Text Example
Text Example
White with #6B5D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5D54; }
p { color: rgb(107,93,84); }
H1.HeaderClassName
{
color: #6B5D54;
}
.AnyTagClassName
{
color: #6B5D54;
}
</style>
background-color css
<style>
a { background-color: #6B5D54; }
a { background-color: rgb(107,93,84); }
div.DivClassName
{
background-color: #6B5D54;
}
.BgClassName
{
background-color: #6B5D54;
}
</style>
border-color css
<style>
span { border-color: #6B5D54; }
span { border-color: rgb(107,93,84); }
td.TdClassName
{
border-color: #6B5D54;
}
.TagClassName
{
border-color: #6B5D54;
}
</style>