Shades of Crusoe #06621B
Tints of Crusoe #06621B
RGB
CMYK
RGB Variations
Color information
#06621B (or 0x06621B) is known color: Crusoe. HEX triplet: 06, 62 and 1B. RGB value is (6,98,27). Sum of RGB (Red+Green+Blue) = 6+98+27=131 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.58% from 131); Green value is 98 (38.67% from 255 or 74.81% from 131); Blue value is 27 (10.94% from 255 or 20.61% from 131); Max value from RGB is 98 - color contains mainly: green. Hex color #06621B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06621B is #F99DE4. Grayscale: #3E3E3E. Windows color (decimal): -16358885 or 1794566. OLE color: 1794566.
HSL color Cylindrical-coordinate representation of color #06621B: hue angle of 133.7º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06621B is Cyan = 0.94, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 6 | 98 | 27 | - |
| CMYK | 0.94 | 0 | 0.72 | 0.62 |
| HSL | 133.7º | 0.88% | 0.2% | - |
| HSV(B) | 133.7º | 0.94% | 0.38% | - |
| XYZ | 4.64 | 8.85 | 2.5 | - |
| YUV | 62.4 | 108.02 | 87.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 98 | 27 | 0.94 | 0 | 0.72 | 0.62 | 133.7 | 0.88 | 0.2 |
| Hex | 6 | 62 | 1B | 5E | 0 | 48 | 3E | 86 | 58 | 14 |
| Octal | 6 | 142 | 33 | 136 | 0 | 110 | 76 | 206 | 130 | 24 |
| Binary | 110 | 1100010 | 11011 | 1011110 | 0 | 1001000 | 111110 | 10000110 | 1011000 | 10100 |
Color Harmonies of #06621B
Complementary color
Monochromatic Colors of #06621B
Black with #06621B
Text Example
Text Example
White with #06621B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06621B; }
p { color: rgb(6,98,27); }
H1.HeaderClassName
{
color: #06621B;
}
.AnyTagClassName
{
color: #06621B;
}
</style>
background-color css
<style>
a { background-color: #06621B; }
a { background-color: rgb(6,98,27); }
div.DivClassName
{
background-color: #06621B;
}
.BgClassName
{
background-color: #06621B;
}
</style>
border-color css
<style>
span { border-color: #06621B; }
span { border-color: rgb(6,98,27); }
td.TdClassName
{
border-color: #06621B;
}
.TagClassName
{
border-color: #06621B;
}
</style>