Shades of Raven #696D76
Tints of Raven #696D76
RGB
CMYK
RGB Variations
Color information
#696D76 (or 0x696D76) is known color: Raven. HEX triplet: 69, 6D and 76. RGB value is (105,109,118). Sum of RGB (Red+Green+Blue) = 105+109+118=332 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.63% from 332); Green value is 109 (42.97% from 255 or 32.83% from 332); Blue value is 118 (46.48% from 255 or 35.54% from 332); Max value from RGB is 118 - color contains mainly: blue. Hex color #696D76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696D76 is #969289. Grayscale: #6C6C6C. Windows color (decimal): -9867914 or 7761257. OLE color: 7761257.
HSL color Cylindrical-coordinate representation of color #696D76: hue angle of 221.54º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #696D76 is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 105 | 109 | 118 | - |
| CMYK | 0.11 | 0.08 | 0 | 0.54 |
| HSL | 221.54º | 0.06% | 0.44% | - |
| HSV(B) | 221.54º | 0.11% | 0.46% | - |
| XYZ | 14.56 | 15.25 | 19.32 | - |
| YUV | 108.83 | 133.17 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 109 | 118 | 0.11 | 0.08 | 0 | 0.54 | 221.54 | 0.06 | 0.44 |
| Hex | 69 | 6D | 76 | B | 8 | 0 | 36 | DE | 6 | 2C |
| Octal | 151 | 155 | 166 | 13 | 10 | 0 | 66 | 336 | 6 | 54 |
| Binary | 1101001 | 1101101 | 1110110 | 1011 | 1000 | 0 | 110110 | 11011110 | 110 | 101100 |
Color Harmonies of #696D76
Complementary color
Monochromatic Colors of #696D76
Black with #696D76
Text Example
Text Example
White with #696D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696D76; }
p { color: rgb(105,109,118); }
H1.HeaderClassName
{
color: #696D76;
}
.AnyTagClassName
{
color: #696D76;
}
</style>
background-color css
<style>
a { background-color: #696D76; }
a { background-color: rgb(105,109,118); }
div.DivClassName
{
background-color: #696D76;
}
.BgClassName
{
background-color: #696D76;
}
</style>
border-color css
<style>
span { border-color: #696D76; }
span { border-color: rgb(105,109,118); }
td.TdClassName
{
border-color: #696D76;
}
.TagClassName
{
border-color: #696D76;
}
</style>