Shades of Christi #649909
Tints of Christi #649909
RGB
CMYK
RGB Variations
Color information
#649909 (or 0x649909) is known color: Christi. HEX triplet: 64, 99 and 09. RGB value is (100,153,9). Sum of RGB (Red+Green+Blue) = 100+153+9=262 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.17% from 262); Green value is 153 (60.16% from 255 or 58.40% from 262); Blue value is 9 (3.91% from 255 or 3.44% from 262); Max value from RGB is 153 - color contains mainly: green. Hex color #649909 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #649909 is #9B66F6. Grayscale: #797979. Windows color (decimal): -10184439 or 629092. OLE color: 629092.
HSL color Cylindrical-coordinate representation of color #649909: hue angle of 82.08º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #649909 is Cyan = 0.35, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 100 | 153 | 9 | - |
| CMYK | 0.35 | 0 | 0.94 | 0.4 |
| HSL | 82.08º | 0.89% | 0.32% | - |
| HSV(B) | 82.08º | 0.94% | 0.6% | - |
| XYZ | 16.7 | 25.51 | 4.3 | - |
| YUV | 120.74 | 64.94 | 113.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 153 | 9 | 0.35 | 0 | 0.94 | 0.4 | 82.08 | 0.89 | 0.32 |
| Hex | 64 | 99 | 9 | 23 | 0 | 5E | 28 | 52 | 59 | 20 |
| Octal | 144 | 231 | 11 | 43 | 0 | 136 | 50 | 122 | 131 | 40 |
| Binary | 1100100 | 10011001 | 1001 | 100011 | 0 | 1011110 | 101000 | 1010010 | 1011001 | 100000 |
Color Harmonies of #649909
Complementary color
Monochromatic Colors of #649909
Black with #649909
Text Example
Text Example
White with #649909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649909; }
p { color: rgb(100,153,9); }
H1.HeaderClassName
{
color: #649909;
}
.AnyTagClassName
{
color: #649909;
}
</style>
background-color css
<style>
a { background-color: #649909; }
a { background-color: rgb(100,153,9); }
div.DivClassName
{
background-color: #649909;
}
.BgClassName
{
background-color: #649909;
}
</style>
border-color css
<style>
span { border-color: #649909; }
span { border-color: rgb(100,153,9); }
td.TdClassName
{
border-color: #649909;
}
.TagClassName
{
border-color: #649909;
}
</style>