Shades of Christi #649A0D
Tints of Christi #649A0D
RGB
CMYK
RGB Variations
Color information
#649A0D (or 0x649A0D) is known color: Christi. HEX triplet: 64, 9A and 0D. RGB value is (100,154,13). Sum of RGB (Red+Green+Blue) = 100+154+13=267 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.45% from 267); Green value is 154 (60.55% from 255 or 57.68% from 267); Blue value is 13 (5.47% from 255 or 4.87% from 267); Max value from RGB is 154 - color contains mainly: green. Hex color #649A0D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #649A0D is #9B65F2. Grayscale: #7A7A7A. Windows color (decimal): -10184179 or 891492. OLE color: 891492.
HSL color Cylindrical-coordinate representation of color #649A0D: hue angle of 82.98º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #649A0D is Cyan = 0.35, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 100 | 154 | 13 | - |
| CMYK | 0.35 | 0 | 0.92 | 0.40 |
| HSL | 82.98º | 0.84% | 0.33% | - |
| HSV(B) | 82.98º | 0.92% | 0.6% | - |
| XYZ | 16.88 | 25.85 | 4.48 | - |
| YUV | 121.78 | 66.61 | 112.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 154 | 13 | 0.35 | 0 | 0.92 | 0.40 | 82.98 | 0.84 | 0.33 |
| Hex | 64 | 9A | D | 23 | 0 | 5C | 28 | 53 | 54 | 21 |
| Octal | 144 | 232 | 15 | 43 | 0 | 134 | 50 | 123 | 124 | 41 |
| Binary | 1100100 | 10011010 | 1101 | 100011 | 0 | 1011100 | 101000 | 1010011 | 1010100 | 100001 |
Color Harmonies of #649A0D
Complementary color
Monochromatic Colors of #649A0D
Black with #649A0D
Text Example
Text Example
White with #649A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649A0D; }
p { color: rgb(100,154,13); }
H1.HeaderClassName
{
color: #649A0D;
}
.AnyTagClassName
{
color: #649A0D;
}
</style>
background-color css
<style>
a { background-color: #649A0D; }
a { background-color: rgb(100,154,13); }
div.DivClassName
{
background-color: #649A0D;
}
.BgClassName
{
background-color: #649A0D;
}
</style>
border-color css
<style>
span { border-color: #649A0D; }
span { border-color: rgb(100,154,13); }
td.TdClassName
{
border-color: #649A0D;
}
.TagClassName
{
border-color: #649A0D;
}
</style>