Shades of Deep Fir #063D0E
Tints of Deep Fir #063D0E
RGB
CMYK
RGB Variations
Color information
#063D0E (or 0x063D0E) is known color: Deep Fir. HEX triplet: 06, 3D and 0E. RGB value is (6,61,14). Sum of RGB (Red+Green+Blue) = 6+61+14=81 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.41% from 81); Green value is 61 (24.22% from 255 or 75.31% from 81); Blue value is 14 (5.86% from 255 or 17.28% from 81); Max value from RGB is 61 - color contains mainly: green. Hex color #063D0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #063D0E is #F9C2F1. Grayscale: #272727. Windows color (decimal): -16368370 or 933126. OLE color: 933126.
HSL color Cylindrical-coordinate representation of color #063D0E: hue angle of 128.73º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #063D0E is Cyan = 0.90, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 6 | 61 | 14 | - |
| CMYK | 0.90 | 0 | 0.77 | 0.76 |
| HSL | 128.73º | 0.82% | 0.13% | - |
| HSV(B) | 128.73º | 0.9% | 0.24% | - |
| XYZ | 1.82 | 3.41 | 0.98 | - |
| YUV | 39.2 | 113.78 | 104.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 61 | 14 | 0.90 | 0 | 0.77 | 0.76 | 128.73 | 0.82 | 0.13 |
| Hex | 6 | 3D | E | 5A | 0 | 4D | 4C | 81 | 52 | D |
| Octal | 6 | 75 | 16 | 132 | 0 | 115 | 114 | 201 | 122 | 15 |
| Binary | 110 | 111101 | 1110 | 1011010 | 0 | 1001101 | 1001100 | 10000001 | 1010010 | 1101 |
Color Harmonies of #063D0E
Complementary color
Monochromatic Colors of #063D0E
Black with #063D0E
Text Example
Text Example
White with #063D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063D0E; }
p { color: rgb(6,61,14); }
H1.HeaderClassName
{
color: #063D0E;
}
.AnyTagClassName
{
color: #063D0E;
}
</style>
background-color css
<style>
a { background-color: #063D0E; }
a { background-color: rgb(6,61,14); }
div.DivClassName
{
background-color: #063D0E;
}
.BgClassName
{
background-color: #063D0E;
}
</style>
border-color css
<style>
span { border-color: #063D0E; }
span { border-color: rgb(6,61,14); }
td.TdClassName
{
border-color: #063D0E;
}
.TagClassName
{
border-color: #063D0E;
}
</style>