Shades of Crusoe #06551B
Tints of Crusoe #06551B
RGB
CMYK
RGB Variations
Color information
#06551B (or 0x06551B) is known color: Crusoe. HEX triplet: 06, 55 and 1B. RGB value is (6,85,27). Sum of RGB (Red+Green+Blue) = 6+85+27=118 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.08% from 118); Green value is 85 (33.59% from 255 or 72.03% from 118); Blue value is 27 (10.94% from 255 or 22.88% from 118); Max value from RGB is 85 - color contains mainly: green. Hex color #06551B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06551B is #F9AAE4. Grayscale: #363636. Windows color (decimal): -16362213 or 1791238. OLE color: 1791238.
HSL color Cylindrical-coordinate representation of color #06551B: hue angle of 135.95º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #06551B is Cyan = 0.93, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 6 | 85 | 27 | - |
| CMYK | 0.93 | 0 | 0.68 | 0.67 |
| HSL | 135.95º | 0.87% | 0.18% | - |
| HSV(B) | 135.95º | 0.93% | 0.33% | - |
| XYZ | 3.52 | 6.61 | 2.13 | - |
| YUV | 54.77 | 112.33 | 93.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 85 | 27 | 0.93 | 0 | 0.68 | 0.67 | 135.95 | 0.87 | 0.18 |
| Hex | 6 | 55 | 1B | 5D | 0 | 44 | 43 | 88 | 57 | 12 |
| Octal | 6 | 125 | 33 | 135 | 0 | 104 | 103 | 210 | 127 | 22 |
| Binary | 110 | 1010101 | 11011 | 1011101 | 0 | 1000100 | 1000011 | 10001000 | 1010111 | 10010 |
Color Harmonies of #06551B
Complementary color
Monochromatic Colors of #06551B
Black with #06551B
Text Example
Text Example
White with #06551B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06551B; }
p { color: rgb(6,85,27); }
H1.HeaderClassName
{
color: #06551B;
}
.AnyTagClassName
{
color: #06551B;
}
</style>
background-color css
<style>
a { background-color: #06551B; }
a { background-color: rgb(6,85,27); }
div.DivClassName
{
background-color: #06551B;
}
.BgClassName
{
background-color: #06551B;
}
</style>
border-color css
<style>
span { border-color: #06551B; }
span { border-color: rgb(6,85,27); }
td.TdClassName
{
border-color: #06551B;
}
.TagClassName
{
border-color: #06551B;
}
</style>