Shades of Crusoe #06651B
Tints of Crusoe #06651B
RGB
CMYK
RGB Variations
Color information
#06651B (or 0x06651B) is known color: Crusoe. HEX triplet: 06, 65 and 1B. RGB value is (6,101,27). Sum of RGB (Red+Green+Blue) = 6+101+27=134 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.48% from 134); Green value is 101 (39.84% from 255 or 75.37% from 134); Blue value is 27 (10.94% from 255 or 20.15% from 134); Max value from RGB is 101 - color contains mainly: green. Hex color #06651B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06651B is #F99AE4. Grayscale: #404040. Windows color (decimal): -16358117 or 1795334. OLE color: 1795334.
HSL color Cylindrical-coordinate representation of color #06651B: hue angle of 133.26º 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 #06651B is Cyan = 0.94, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 6 | 101 | 27 | - |
| CMYK | 0.94 | 0 | 0.73 | 0.60 |
| HSL | 133.26º | 0.89% | 0.21% | - |
| HSV(B) | 133.26º | 0.94% | 0.4% | - |
| XYZ | 4.93 | 9.43 | 2.6 | - |
| YUV | 64.16 | 107.03 | 86.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 101 | 27 | 0.94 | 0 | 0.73 | 0.60 | 133.26 | 0.89 | 0.21 |
| Hex | 6 | 65 | 1B | 5E | 0 | 49 | 3C | 85 | 59 | 15 |
| Octal | 6 | 145 | 33 | 136 | 0 | 111 | 74 | 205 | 131 | 25 |
| Binary | 110 | 1100101 | 11011 | 1011110 | 0 | 1001001 | 111100 | 10000101 | 1011001 | 10101 |
Color Harmonies of #06651B
Complementary color
Monochromatic Colors of #06651B
Black with #06651B
Text Example
Text Example
White with #06651B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06651B; }
p { color: rgb(6,101,27); }
H1.HeaderClassName
{
color: #06651B;
}
.AnyTagClassName
{
color: #06651B;
}
</style>
background-color css
<style>
a { background-color: #06651B; }
a { background-color: rgb(6,101,27); }
div.DivClassName
{
background-color: #06651B;
}
.BgClassName
{
background-color: #06651B;
}
</style>
border-color css
<style>
span { border-color: #06651B; }
span { border-color: rgb(6,101,27); }
td.TdClassName
{
border-color: #06651B;
}
.TagClassName
{
border-color: #06651B;
}
</style>