Shades of Raven #686D76
Tints of Raven #686D76
RGB
CMYK
RGB Variations
Color information
#686D76 (or 0x686D76) is known color: Raven. HEX triplet: 68, 6D and 76. RGB value is (104,109,118). Sum of RGB (Red+Green+Blue) = 104+109+118=331 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.42% from 331); Green value is 109 (42.97% from 255 or 32.93% 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 #686D76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686D76 is #979289. Grayscale: #6C6C6C. Windows color (decimal): -9933450 or 7761256. OLE color: 7761256.
HSL color Cylindrical-coordinate representation of color #686D76: hue angle of 218.57º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #686D76 is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 104 | 109 | 118 | - |
| CMYK | 0.12 | 0.08 | 0 | 0.54 |
| HSL | 218.57º | 0.06% | 0.44% | - |
| HSV(B) | 218.57º | 0.12% | 0.46% | - |
| XYZ | 14.45 | 15.19 | 19.31 | - |
| YUV | 108.53 | 133.34 | 124.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 109 | 118 | 0.12 | 0.08 | 0 | 0.54 | 218.57 | 0.06 | 0.44 |
| Hex | 68 | 6D | 76 | C | 8 | 0 | 36 | DB | 6 | 2C |
| Octal | 150 | 155 | 166 | 14 | 10 | 0 | 66 | 333 | 6 | 54 |
| Binary | 1101000 | 1101101 | 1110110 | 1100 | 1000 | 0 | 110110 | 11011011 | 110 | 101100 |
Color Harmonies of #686D76
Complementary color
Monochromatic Colors of #686D76
Black with #686D76
Text Example
Text Example
White with #686D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686D76; }
p { color: rgb(104,109,118); }
H1.HeaderClassName
{
color: #686D76;
}
.AnyTagClassName
{
color: #686D76;
}
</style>
background-color css
<style>
a { background-color: #686D76; }
a { background-color: rgb(104,109,118); }
div.DivClassName
{
background-color: #686D76;
}
.BgClassName
{
background-color: #686D76;
}
</style>
border-color css
<style>
span { border-color: #686D76; }
span { border-color: rgb(104,109,118); }
td.TdClassName
{
border-color: #686D76;
}
.TagClassName
{
border-color: #686D76;
}
</style>