Shades of Christi #6B990E
Tints of Christi #6B990E
RGB
CMYK
RGB Variations
Color information
#6B990E (or 0x6B990E) is known color: Christi. HEX triplet: 6B, 99 and 0E. RGB value is (107,153,14). Sum of RGB (Red+Green+Blue) = 107+153+14=274 (36% of max value = 765). Red value is 107 (42.19% from 255 or 39.05% from 274); Green value is 153 (60.16% from 255 or 55.84% from 274); Blue value is 14 (5.86% from 255 or 5.11% from 274); Max value from RGB is 153 - color contains mainly: green. Hex color #6B990E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6B990E is #9466F1. Grayscale: #7B7B7B. Windows color (decimal): -9725682 or 956779. OLE color: 956779.
HSL color Cylindrical-coordinate representation of color #6B990E: hue angle of 79.86º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6B990E is Cyan = 0.30, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 107 | 153 | 14 | - |
| CMYK | 0.30 | 0 | 0.91 | 0.4 |
| HSL | 79.86º | 0.83% | 0.33% | - |
| HSV(B) | 79.86º | 0.91% | 0.6% | - |
| XYZ | 17.53 | 25.94 | 4.5 | - |
| YUV | 123.4 | 66.26 | 116.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 153 | 14 | 0.30 | 0 | 0.91 | 0.4 | 79.86 | 0.83 | 0.33 |
| Hex | 6B | 99 | E | 1E | 0 | 5B | 28 | 50 | 53 | 21 |
| Octal | 153 | 231 | 16 | 36 | 0 | 133 | 50 | 120 | 123 | 41 |
| Binary | 1101011 | 10011001 | 1110 | 11110 | 0 | 1011011 | 101000 | 1010000 | 1010011 | 100001 |
Color Harmonies of #6B990E
Complementary color
Monochromatic Colors of #6B990E
Black with #6B990E
Text Example
Text Example
White with #6B990E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B990E; }
p { color: rgb(107,153,14); }
H1.HeaderClassName
{
color: #6B990E;
}
.AnyTagClassName
{
color: #6B990E;
}
</style>
background-color css
<style>
a { background-color: #6B990E; }
a { background-color: rgb(107,153,14); }
div.DivClassName
{
background-color: #6B990E;
}
.BgClassName
{
background-color: #6B990E;
}
</style>
border-color css
<style>
span { border-color: #6B990E; }
span { border-color: rgb(107,153,14); }
td.TdClassName
{
border-color: #6B990E;
}
.TagClassName
{
border-color: #6B990E;
}
</style>