Shades of River Bed #56696A
Tints of River Bed #56696A
RGB
CMYK
RGB Variations
Color information
#56696A (or 0x56696A) is known color: River Bed. HEX triplet: 56, 69 and 6A. RGB value is (86,105,106). Sum of RGB (Red+Green+Blue) = 86+105+106=297 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.96% from 297); Green value is 105 (41.41% from 255 or 35.35% from 297); Blue value is 106 (41.80% from 255 or 35.69% from 297); Max value from RGB is 106 - color contains mainly: blue. Hex color #56696A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56696A is #A99695. Grayscale: #636363. Windows color (decimal): -11114134 or 6973782. OLE color: 6973782.
HSL color Cylindrical-coordinate representation of color #56696A: hue angle of 183º degrees, saturation: 0.1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #56696A is Cyan = 0.19, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 86 | 105 | 106 | - |
| CMYK | 0.19 | 0.01 | 0 | 0.58 |
| HSL | 183º | 0.1% | 0.38% | - |
| HSV(B) | 183º | 0.19% | 0.42% | - |
| XYZ | 11.49 | 13.12 | 15.56 | - |
| YUV | 99.43 | 131.71 | 118.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 105 | 106 | 0.19 | 0.01 | 0 | 0.58 | 183 | 0.1 | 0.38 |
| Hex | 56 | 69 | 6A | 13 | 1 | 0 | 3A | B7 | A | 26 |
| Octal | 126 | 151 | 152 | 23 | 1 | 0 | 72 | 267 | 12 | 46 |
| Binary | 1010110 | 1101001 | 1101010 | 10011 | 1 | 0 | 111010 | 10110111 | 1010 | 100110 |
Color Harmonies of #56696A
Complementary color
Monochromatic Colors of #56696A
Black with #56696A
Text Example
Text Example
White with #56696A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56696A; }
p { color: rgb(86,105,106); }
H1.HeaderClassName
{
color: #56696A;
}
.AnyTagClassName
{
color: #56696A;
}
</style>
background-color css
<style>
a { background-color: #56696A; }
a { background-color: rgb(86,105,106); }
div.DivClassName
{
background-color: #56696A;
}
.BgClassName
{
background-color: #56696A;
}
</style>
border-color css
<style>
span { border-color: #56696A; }
span { border-color: rgb(86,105,106); }
td.TdClassName
{
border-color: #56696A;
}
.TagClassName
{
border-color: #56696A;
}
</style>