Shades of River Bed #606565
Tints of River Bed #606565
RGB
CMYK
RGB Variations
Color information
#606565 (or 0x606565) is known color: River Bed. HEX triplet: 60, 65 and 65. RGB value is (96,101,101). Sum of RGB (Red+Green+Blue) = 96+101+101=298 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.21% from 298); Green value is 101 (39.84% from 255 or 33.89% from 298); Blue value is 101 (39.84% from 255 or 33.89% from 298); Max value from RGB is 101 - color contains mainly: green, blue. Hex color #606565 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606565 is #9F9A9A. Grayscale: #636363. Windows color (decimal): -10459803 or 6645088. OLE color: 6645088.
HSL color Cylindrical-coordinate representation of color #606565: hue angle of 180º degrees, saturation: 0.03, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #606565 is Cyan = 0.05, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
RGB | 96 | 101 | 101 | - |
CMYK | 0.05 | 0 | 0 | 0.60 |
HSL | 180º | 0.03% | 0.39% | - |
HSV(B) | 180º | 0.05% | 0.4% | - |
XYZ | 11.83 | 12.73 | 14.15 | - |
YUV | 99.51 | 128.84 | 125.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 96 | 101 | 101 | 0.05 | 0 | 0 | 0.60 | 180 | 0.03 | 0.39 |
Hex | 60 | 65 | 65 | 5 | 0 | 0 | 3C | B4 | 3 | 27 |
Octal | 140 | 145 | 145 | 5 | 0 | 0 | 74 | 264 | 3 | 47 |
Binary | 1100000 | 1100101 | 1100101 | 101 | 0 | 0 | 111100 | 10110100 | 11 | 100111 |
Color Harmonies of #606565
Complementary color
Monochromatic Colors of #606565
Black with #606565
Text Example
Text Example
White with #606565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606565; }
p { color: rgb(96,101,101); }
H1.HeaderClassName
{
color: #606565;
}
.AnyTagClassName
{
color: #606565;
}
</style>
background-color css
<style>
a { background-color: #606565; }
a { background-color: rgb(96,101,101); }
div.DivClassName
{
background-color: #606565;
}
.BgClassName
{
background-color: #606565;
}
</style>
border-color css
<style>
span { border-color: #606565; }
span { border-color: rgb(96,101,101); }
td.TdClassName
{
border-color: #606565;
}
.TagClassName
{
border-color: #606565;
}
</style>