Shades of Raven #696C76
Tints of Raven #696C76
RGB
CMYK
RGB Variations
Color information
#696C76 (or 0x696C76) is known color: Raven. HEX triplet: 69, 6C and 76. RGB value is (105,108,118). Sum of RGB (Red+Green+Blue) = 105+108+118=331 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.72% from 331); Green value is 108 (42.58% from 255 or 32.63% from 331); Blue value is 118 (46.48% from 255 or 35.65% from 331); Max value from RGB is 118 - color contains mainly: blue. Hex color #696C76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696C76 is #969389. Grayscale: #6C6C6C. Windows color (decimal): -9868170 or 7761001. OLE color: 7761001.
HSL color Cylindrical-coordinate representation of color #696C76: hue angle of 226.15º 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 #696C76 is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 105 | 108 | 118 | - |
| CMYK | 0.11 | 0.08 | 0 | 0.54 |
| HSL | 226.15º | 0.06% | 0.44% | - |
| HSV(B) | 226.15º | 0.11% | 0.46% | - |
| XYZ | 14.46 | 15.04 | 19.28 | - |
| YUV | 108.24 | 133.51 | 125.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 108 | 118 | 0.11 | 0.08 | 0 | 0.54 | 226.15 | 0.06 | 0.44 |
| Hex | 69 | 6C | 76 | B | 8 | 0 | 36 | E2 | 6 | 2C |
| Octal | 151 | 154 | 166 | 13 | 10 | 0 | 66 | 342 | 6 | 54 |
| Binary | 1101001 | 1101100 | 1110110 | 1011 | 1000 | 0 | 110110 | 11100010 | 110 | 101100 |
Color Harmonies of #696C76
Complementary color
Monochromatic Colors of #696C76
Black with #696C76
Text Example
Text Example
White with #696C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696C76; }
p { color: rgb(105,108,118); }
H1.HeaderClassName
{
color: #696C76;
}
.AnyTagClassName
{
color: #696C76;
}
</style>
background-color css
<style>
a { background-color: #696C76; }
a { background-color: rgb(105,108,118); }
div.DivClassName
{
background-color: #696C76;
}
.BgClassName
{
background-color: #696C76;
}
</style>
border-color css
<style>
span { border-color: #696C76; }
span { border-color: rgb(105,108,118); }
td.TdClassName
{
border-color: #696C76;
}
.TagClassName
{
border-color: #696C76;
}
</style>