Shades of Raven #656A75
Tints of Raven #656A75
RGB
CMYK
RGB Variations
Color information
#656A75 (or 0x656A75) is known color: Raven. HEX triplet: 65, 6A and 75. RGB value is (101,106,117). Sum of RGB (Red+Green+Blue) = 101+106+117=324 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.17% from 324); Green value is 106 (41.80% from 255 or 32.72% from 324); Blue value is 117 (46.09% from 255 or 36.11% from 324); Max value from RGB is 117 - color contains mainly: blue. Hex color #656A75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656A75 is #9A958A. Grayscale: #696969. Windows color (decimal): -10130827 or 7694949. OLE color: 7694949.
HSL color Cylindrical-coordinate representation of color #656A75: hue angle of 221.25º degrees, saturation: 0.07, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #656A75 is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 101 | 106 | 117 | - |
| CMYK | 0.14 | 0.09 | 0 | 0.54 |
| HSL | 221.25º | 0.07% | 0.43% | - |
| HSV(B) | 221.25º | 0.14% | 0.46% | - |
| XYZ | 13.73 | 14.36 | 18.88 | - |
| YUV | 105.76 | 134.34 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 106 | 117 | 0.14 | 0.09 | 0 | 0.54 | 221.25 | 0.07 | 0.43 |
| Hex | 65 | 6A | 75 | E | 9 | 0 | 36 | DD | 7 | 2B |
| Octal | 145 | 152 | 165 | 16 | 11 | 0 | 66 | 335 | 7 | 53 |
| Binary | 1100101 | 1101010 | 1110101 | 1110 | 1001 | 0 | 110110 | 11011101 | 111 | 101011 |
Color Harmonies of #656A75
Complementary color
Monochromatic Colors of #656A75
Black with #656A75
Text Example
Text Example
White with #656A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656A75; }
p { color: rgb(101,106,117); }
H1.HeaderClassName
{
color: #656A75;
}
.AnyTagClassName
{
color: #656A75;
}
</style>
background-color css
<style>
a { background-color: #656A75; }
a { background-color: rgb(101,106,117); }
div.DivClassName
{
background-color: #656A75;
}
.BgClassName
{
background-color: #656A75;
}
</style>
border-color css
<style>
span { border-color: #656A75; }
span { border-color: rgb(101,106,117); }
td.TdClassName
{
border-color: #656A75;
}
.TagClassName
{
border-color: #656A75;
}
</style>