Shades of Deep Fir #06230D
Tints of Deep Fir #06230D
RGB
CMYK
RGB Variations
Color information
#06230D (or 0x06230D) is known color: Deep Fir. HEX triplet: 06, 23 and 0D. RGB value is (6,35,13). Sum of RGB (Red+Green+Blue) = 6+35+13=54 (7% of max value = 765). Red value is 6 (2.73% from 255 or 11.11% from 54); Green value is 35 (14.06% from 255 or 64.81% from 54); Blue value is 13 (5.47% from 255 or 24.07% from 54); Max value from RGB is 35 - color contains mainly: green. Hex color #06230D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06230D is #F9DCF2. Grayscale: #171717. Windows color (decimal): -16375027 or 860934. OLE color: 860934.
HSL color Cylindrical-coordinate representation of color #06230D: hue angle of 134.48º degrees, saturation: 0.71, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #06230D is Cyan = 0.83, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 6 | 35 | 13 | - |
| CMYK | 0.83 | 0 | 0.63 | 0.86 |
| HSL | 134.48º | 0.71% | 0.08% | - |
| HSV(B) | 134.48º | 0.83% | 0.14% | - |
| XYZ | 0.75 | 1.27 | 0.59 | - |
| YUV | 23.82 | 121.89 | 115.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 35 | 13 | 0.83 | 0 | 0.63 | 0.86 | 134.48 | 0.71 | 0.08 |
| Hex | 6 | 23 | D | 53 | 0 | 3F | 56 | 86 | 47 | 8 |
| Octal | 6 | 43 | 15 | 123 | 0 | 77 | 126 | 206 | 107 | 10 |
| Binary | 110 | 100011 | 1101 | 1010011 | 0 | 111111 | 1010110 | 10000110 | 1000111 | 1000 |
Color Harmonies of #06230D
Complementary color
Monochromatic Colors of #06230D
Black with #06230D
Text Example
Text Example
White with #06230D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06230D; }
p { color: rgb(6,35,13); }
H1.HeaderClassName
{
color: #06230D;
}
.AnyTagClassName
{
color: #06230D;
}
</style>
background-color css
<style>
a { background-color: #06230D; }
a { background-color: rgb(6,35,13); }
div.DivClassName
{
background-color: #06230D;
}
.BgClassName
{
background-color: #06230D;
}
</style>
border-color css
<style>
span { border-color: #06230D; }
span { border-color: rgb(6,35,13); }
td.TdClassName
{
border-color: #06230D;
}
.TagClassName
{
border-color: #06230D;
}
</style>