Shades of Crusoe #06671B
Tints of Crusoe #06671B
RGB
CMYK
RGB Variations
Color information
#06671B (or 0x06671B) is known color: Crusoe. HEX triplet: 06, 67 and 1B. RGB value is (6,103,27). Sum of RGB (Red+Green+Blue) = 6+103+27=136 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.41% from 136); Green value is 103 (40.62% from 255 or 75.74% from 136); Blue value is 27 (10.94% from 255 or 19.85% from 136); Max value from RGB is 103 - color contains mainly: green. Hex color #06671B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06671B is #F998E4. Grayscale: #414141. Windows color (decimal): -16357605 or 1795846. OLE color: 1795846.
HSL color Cylindrical-coordinate representation of color #06671B: hue angle of 132.99º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06671B is Cyan = 0.94, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 6 | 103 | 27 | - |
| CMYK | 0.94 | 0 | 0.74 | 0.60 |
| HSL | 132.99º | 0.89% | 0.21% | - |
| HSV(B) | 132.99º | 0.94% | 0.4% | - |
| XYZ | 5.12 | 9.82 | 2.66 | - |
| YUV | 65.33 | 106.36 | 85.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 103 | 27 | 0.94 | 0 | 0.74 | 0.60 | 132.99 | 0.89 | 0.21 |
| Hex | 6 | 67 | 1B | 5E | 0 | 4A | 3C | 85 | 59 | 15 |
| Octal | 6 | 147 | 33 | 136 | 0 | 112 | 74 | 205 | 131 | 25 |
| Binary | 110 | 1100111 | 11011 | 1011110 | 0 | 1001010 | 111100 | 10000101 | 1011001 | 10101 |
Color Harmonies of #06671B
Complementary color
Monochromatic Colors of #06671B
Black with #06671B
Text Example
Text Example
White with #06671B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06671B; }
p { color: rgb(6,103,27); }
H1.HeaderClassName
{
color: #06671B;
}
.AnyTagClassName
{
color: #06671B;
}
</style>
background-color css
<style>
a { background-color: #06671B; }
a { background-color: rgb(6,103,27); }
div.DivClassName
{
background-color: #06671B;
}
.BgClassName
{
background-color: #06671B;
}
</style>
border-color css
<style>
span { border-color: #06671B; }
span { border-color: rgb(6,103,27); }
td.TdClassName
{
border-color: #06671B;
}
.TagClassName
{
border-color: #06671B;
}
</style>