Shades of Crusoe #10601B
Tints of Crusoe #10601B
RGB
CMYK
RGB Variations
Color information
#10601B (or 0x10601B) is known color: Crusoe. HEX triplet: 10, 60 and 1B. RGB value is (16,96,27). Sum of RGB (Red+Green+Blue) = 16+96+27=139 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.51% from 139); Green value is 96 (37.89% from 255 or 69.06% from 139); Blue value is 27 (10.94% from 255 or 19.42% from 139); Max value from RGB is 96 - color contains mainly: green. Hex color #10601B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10601B is #EF9FE4. Grayscale: #404040. Windows color (decimal): -15704037 or 1794064. OLE color: 1794064.
HSL color Cylindrical-coordinate representation of color #10601B: hue angle of 128.25º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #10601B is Cyan = 0.83, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 16 | 96 | 27 | - |
| CMYK | 0.83 | 0 | 0.72 | 0.62 |
| HSL | 128.25º | 0.71% | 0.22% | - |
| HSV(B) | 128.25º | 0.83% | 0.38% | - |
| XYZ | 4.59 | 8.56 | 2.45 | - |
| YUV | 64.21 | 107 | 93.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 96 | 27 | 0.83 | 0 | 0.72 | 0.62 | 128.25 | 0.71 | 0.22 |
| Hex | 10 | 60 | 1B | 53 | 0 | 48 | 3E | 80 | 47 | 16 |
| Octal | 20 | 140 | 33 | 123 | 0 | 110 | 76 | 200 | 107 | 26 |
| Binary | 10000 | 1100000 | 11011 | 1010011 | 0 | 1001000 | 111110 | 10000000 | 1000111 | 10110 |
Color Harmonies of #10601B
Complementary color
Monochromatic Colors of #10601B
Black with #10601B
Text Example
Text Example
White with #10601B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10601B; }
p { color: rgb(16,96,27); }
H1.HeaderClassName
{
color: #10601B;
}
.AnyTagClassName
{
color: #10601B;
}
</style>
background-color css
<style>
a { background-color: #10601B; }
a { background-color: rgb(16,96,27); }
div.DivClassName
{
background-color: #10601B;
}
.BgClassName
{
background-color: #10601B;
}
</style>
border-color css
<style>
span { border-color: #10601B; }
span { border-color: rgb(16,96,27); }
td.TdClassName
{
border-color: #10601B;
}
.TagClassName
{
border-color: #10601B;
}
</style>