Shades of Rum #6B5D71
Tints of Rum #6B5D71
RGB
CMYK
RGB Variations
Color information
#6B5D71 (or 0x6B5D71) is known color: Rum. HEX triplet: 6B, 5D and 71. RGB value is (107,93,113). Sum of RGB (Red+Green+Blue) = 107+93+113=313 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.19% from 313); Green value is 93 (36.72% from 255 or 29.71% from 313); Blue value is 113 (44.53% from 255 or 36.10% from 313); Max value from RGB is 113 - color contains mainly: blue. Hex color #6B5D71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5D71 is #94A28E. Grayscale: #636363. Windows color (decimal): -9740943 or 7429483. OLE color: 7429483.
HSL color Cylindrical-coordinate representation of color #6B5D71: hue angle of 282º degrees, saturation: 0.1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6B5D71 is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
RGB | 107 | 93 | 113 | - |
CMYK | 0.05 | 0.18 | 0 | 0.56 |
HSL | 282º | 0.1% | 0.4% | - |
HSV(B) | 282º | 0.18% | 0.44% | - |
XYZ | 12.96 | 12.15 | 17.28 | - |
YUV | 99.47 | 135.64 | 133.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 107 | 93 | 113 | 0.05 | 0.18 | 0 | 0.56 | 282 | 0.1 | 0.4 |
Hex | 6B | 5D | 71 | 5 | 12 | 0 | 38 | 11A | A | 28 |
Octal | 153 | 135 | 161 | 5 | 22 | 0 | 70 | 432 | 12 | 50 |
Binary | 1101011 | 1011101 | 1110001 | 101 | 10010 | 0 | 111000 | 100011010 | 1010 | 101000 |
Color Harmonies of #6B5D71
Complementary color
Monochromatic Colors of #6B5D71
Black with #6B5D71
Text Example
Text Example
White with #6B5D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5D71; }
p { color: rgb(107,93,113); }
H1.HeaderClassName
{
color: #6B5D71;
}
.AnyTagClassName
{
color: #6B5D71;
}
</style>
background-color css
<style>
a { background-color: #6B5D71; }
a { background-color: rgb(107,93,113); }
div.DivClassName
{
background-color: #6B5D71;
}
.BgClassName
{
background-color: #6B5D71;
}
</style>
border-color css
<style>
span { border-color: #6B5D71; }
span { border-color: rgb(107,93,113); }
td.TdClassName
{
border-color: #6B5D71;
}
.TagClassName
{
border-color: #6B5D71;
}
</style>