Shades of Olive #6B6103
Tints of Olive #6B6103
RGB
CMYK
RGB Variations
Color information
#6B6103 (or 0x6B6103) is known color: Olive. HEX triplet: 6B, 61 and 03. RGB value is (107,97,3). Sum of RGB (Red+Green+Blue) = 107+97+3=207 (27% of max value = 765). Red value is 107 (42.19% from 255 or 51.69% from 207); Green value is 97 (38.28% from 255 or 46.86% from 207); Blue value is 3 (1.56% from 255 or 1.45% from 207); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6103 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B6103 is #949EFC. Grayscale: #595959. Windows color (decimal): -9740029 or 221547. OLE color: 221547.
HSL color Cylindrical-coordinate representation of color #6B6103: hue angle of 54.23º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6B6103 is Cyan = 0, Magento = 0.09, Yellow = 0.97 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 97 | 3 | - |
| CMYK | 0 | 0.09 | 0.97 | 0.58 |
| HSL | 54.23º | 0.95% | 0.22% | - |
| HSV(B) | 54.23º | 0.97% | 0.42% | - |
| XYZ | 10.35 | 11.68 | 1.8 | - |
| YUV | 89.27 | 79.31 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 97 | 3 | 0 | 0.09 | 0.97 | 0.58 | 54.23 | 0.95 | 0.22 |
| Hex | 6B | 61 | 3 | 0 | 9 | 61 | 3A | 36 | 5F | 16 |
| Octal | 153 | 141 | 3 | 0 | 11 | 141 | 72 | 66 | 137 | 26 |
| Binary | 1101011 | 1100001 | 11 | 0 | 1001 | 1100001 | 111010 | 110110 | 1011111 | 10110 |
Color Harmonies of #6B6103
Complementary color
Monochromatic Colors of #6B6103
Black with #6B6103
Text Example
Text Example
White with #6B6103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6103; }
p { color: rgb(107,97,3); }
H1.HeaderClassName
{
color: #6B6103;
}
.AnyTagClassName
{
color: #6B6103;
}
</style>
background-color css
<style>
a { background-color: #6B6103; }
a { background-color: rgb(107,97,3); }
div.DivClassName
{
background-color: #6B6103;
}
.BgClassName
{
background-color: #6B6103;
}
</style>
border-color css
<style>
span { border-color: #6B6103; }
span { border-color: rgb(107,97,3); }
td.TdClassName
{
border-color: #6B6103;
}
.TagClassName
{
border-color: #6B6103;
}
</style>