Shades of Raven #666972
Tints of Raven #666972
RGB
CMYK
RGB Variations
Color information
#666972 (or 0x666972) is known color: Raven. HEX triplet: 66, 69 and 72. RGB value is (102,105,114). Sum of RGB (Red+Green+Blue) = 102+105+114=321 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.78% from 321); Green value is 105 (41.41% from 255 or 32.71% from 321); Blue value is 114 (44.92% from 255 or 35.51% from 321); Max value from RGB is 114 - color contains mainly: blue. Hex color #666972 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666972 is #99968D. Grayscale: #696969. Windows color (decimal): -10065550 or 7498086. OLE color: 7498086.
HSL color Cylindrical-coordinate representation of color #666972: hue angle of 225º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #666972 is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 102 | 105 | 114 | - |
| CMYK | 0.11 | 0.08 | 0 | 0.55 |
| HSL | 225º | 0.06% | 0.42% | - |
| HSV(B) | 225º | 0.11% | 0.45% | - |
| XYZ | 13.57 | 14.14 | 17.93 | - |
| YUV | 105.13 | 133.01 | 125.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 105 | 114 | 0.11 | 0.08 | 0 | 0.55 | 225 | 0.06 | 0.42 |
| Hex | 66 | 69 | 72 | B | 8 | 0 | 37 | E1 | 6 | 2A |
| Octal | 146 | 151 | 162 | 13 | 10 | 0 | 67 | 341 | 6 | 52 |
| Binary | 1100110 | 1101001 | 1110010 | 1011 | 1000 | 0 | 110111 | 11100001 | 110 | 101010 |
Color Harmonies of #666972
Complementary color
Monochromatic Colors of #666972
Black with #666972
Text Example
Text Example
White with #666972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666972; }
p { color: rgb(102,105,114); }
H1.HeaderClassName
{
color: #666972;
}
.AnyTagClassName
{
color: #666972;
}
</style>
background-color css
<style>
a { background-color: #666972; }
a { background-color: rgb(102,105,114); }
div.DivClassName
{
background-color: #666972;
}
.BgClassName
{
background-color: #666972;
}
</style>
border-color css
<style>
span { border-color: #666972; }
span { border-color: rgb(102,105,114); }
td.TdClassName
{
border-color: #666972;
}
.TagClassName
{
border-color: #666972;
}
</style>