Shades of Raven #696E76
Tints of Raven #696E76
RGB
CMYK
RGB Variations
Color information
#696E76 (or 0x696E76) is known color: Raven. HEX triplet: 69, 6E and 76. RGB value is (105,110,118). Sum of RGB (Red+Green+Blue) = 105+110+118=333 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.53% from 333); Green value is 110 (43.36% from 255 or 33.03% from 333); Blue value is 118 (46.48% from 255 or 35.44% from 333); Max value from RGB is 118 - color contains mainly: blue. Hex color #696E76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696E76 is #969189. Grayscale: #6D6D6D. Windows color (decimal): -9867658 or 7761513. OLE color: 7761513.
HSL color Cylindrical-coordinate representation of color #696E76: hue angle of 216.92º 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 #696E76 is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 105 | 110 | 118 | - |
| CMYK | 0.11 | 0.07 | 0 | 0.54 |
| HSL | 216.92º | 0.06% | 0.44% | - |
| HSV(B) | 216.92º | 0.11% | 0.46% | - |
| XYZ | 14.67 | 15.46 | 19.35 | - |
| YUV | 109.42 | 132.84 | 124.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 110 | 118 | 0.11 | 0.07 | 0 | 0.54 | 216.92 | 0.06 | 0.44 |
| Hex | 69 | 6E | 76 | B | 7 | 0 | 36 | D9 | 6 | 2C |
| Octal | 151 | 156 | 166 | 13 | 7 | 0 | 66 | 331 | 6 | 54 |
| Binary | 1101001 | 1101110 | 1110110 | 1011 | 111 | 0 | 110110 | 11011001 | 110 | 101100 |
Color Harmonies of #696E76
Complementary color
Monochromatic Colors of #696E76
Black with #696E76
Text Example
Text Example
White with #696E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696E76; }
p { color: rgb(105,110,118); }
H1.HeaderClassName
{
color: #696E76;
}
.AnyTagClassName
{
color: #696E76;
}
</style>
background-color css
<style>
a { background-color: #696E76; }
a { background-color: rgb(105,110,118); }
div.DivClassName
{
background-color: #696E76;
}
.BgClassName
{
background-color: #696E76;
}
</style>
border-color css
<style>
span { border-color: #696E76; }
span { border-color: rgb(105,110,118); }
td.TdClassName
{
border-color: #696E76;
}
.TagClassName
{
border-color: #696E76;
}
</style>