Shades of Crusoe #06521B
Tints of Crusoe #06521B
RGB
CMYK
RGB Variations
Color information
#06521B (or 0x06521B) is known color: Crusoe. HEX triplet: 06, 52 and 1B. RGB value is (6,82,27). Sum of RGB (Red+Green+Blue) = 6+82+27=115 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.22% from 115); Green value is 82 (32.42% from 255 or 71.30% from 115); Blue value is 27 (10.94% from 255 or 23.48% from 115); Max value from RGB is 82 - color contains mainly: green. Hex color #06521B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06521B is #F9ADE4. Grayscale: #353535. Windows color (decimal): -16362981 or 1790470. OLE color: 1790470.
HSL color Cylindrical-coordinate representation of color #06521B: hue angle of 136.58º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #06521B is Cyan = 0.93, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 6 | 82 | 27 | - |
| CMYK | 0.93 | 0 | 0.67 | 0.68 |
| HSL | 136.58º | 0.86% | 0.17% | - |
| HSV(B) | 136.58º | 0.93% | 0.32% | - |
| XYZ | 3.29 | 6.15 | 2.05 | - |
| YUV | 53.01 | 113.32 | 94.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 82 | 27 | 0.93 | 0 | 0.67 | 0.68 | 136.58 | 0.86 | 0.17 |
| Hex | 6 | 52 | 1B | 5D | 0 | 43 | 44 | 89 | 56 | 11 |
| Octal | 6 | 122 | 33 | 135 | 0 | 103 | 104 | 211 | 126 | 21 |
| Binary | 110 | 1010010 | 11011 | 1011101 | 0 | 1000011 | 1000100 | 10001001 | 1010110 | 10001 |
Color Harmonies of #06521B
Complementary color
Monochromatic Colors of #06521B
Black with #06521B
Text Example
Text Example
White with #06521B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06521B; }
p { color: rgb(6,82,27); }
H1.HeaderClassName
{
color: #06521B;
}
.AnyTagClassName
{
color: #06521B;
}
</style>
background-color css
<style>
a { background-color: #06521B; }
a { background-color: rgb(6,82,27); }
div.DivClassName
{
background-color: #06521B;
}
.BgClassName
{
background-color: #06521B;
}
</style>
border-color css
<style>
span { border-color: #06521B; }
span { border-color: rgb(6,82,27); }
td.TdClassName
{
border-color: #06521B;
}
.TagClassName
{
border-color: #06521B;
}
</style>