Shades of Crusoe #06631B
Tints of Crusoe #06631B
RGB
CMYK
RGB Variations
Color information
#06631B (or 0x06631B) is known color: Crusoe. HEX triplet: 06, 63 and 1B. RGB value is (6,99,27). Sum of RGB (Red+Green+Blue) = 6+99+27=132 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.55% from 132); Green value is 99 (39.06% from 255 or 75% from 132); Blue value is 27 (10.94% from 255 or 20.45% from 132); Max value from RGB is 99 - color contains mainly: green. Hex color #06631B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06631B is #F99CE4. Grayscale: #3F3F3F. Windows color (decimal): -16358629 or 1794822. OLE color: 1794822.
HSL color Cylindrical-coordinate representation of color #06631B: hue angle of 133.55º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06631B is Cyan = 0.94, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 6 | 99 | 27 | - |
| CMYK | 0.94 | 0 | 0.73 | 0.61 |
| HSL | 133.55º | 0.89% | 0.21% | - |
| HSV(B) | 133.55º | 0.94% | 0.39% | - |
| XYZ | 4.73 | 9.04 | 2.53 | - |
| YUV | 62.99 | 107.69 | 87.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 99 | 27 | 0.94 | 0 | 0.73 | 0.61 | 133.55 | 0.89 | 0.21 |
| Hex | 6 | 63 | 1B | 5E | 0 | 49 | 3D | 86 | 59 | 15 |
| Octal | 6 | 143 | 33 | 136 | 0 | 111 | 75 | 206 | 131 | 25 |
| Binary | 110 | 1100011 | 11011 | 1011110 | 0 | 1001001 | 111101 | 10000110 | 1011001 | 10101 |
Color Harmonies of #06631B
Complementary color
Monochromatic Colors of #06631B
Black with #06631B
Text Example
Text Example
White with #06631B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06631B; }
p { color: rgb(6,99,27); }
H1.HeaderClassName
{
color: #06631B;
}
.AnyTagClassName
{
color: #06631B;
}
</style>
background-color css
<style>
a { background-color: #06631B; }
a { background-color: rgb(6,99,27); }
div.DivClassName
{
background-color: #06631B;
}
.BgClassName
{
background-color: #06631B;
}
</style>
border-color css
<style>
span { border-color: #06631B; }
span { border-color: rgb(6,99,27); }
td.TdClassName
{
border-color: #06631B;
}
.TagClassName
{
border-color: #06631B;
}
</style>