Shades of Crusoe #10611D
Tints of Crusoe #10611D
RGB
CMYK
RGB Variations
Color information
#10611D (or 0x10611D) is known color: Crusoe. HEX triplet: 10, 61 and 1D. RGB value is (16,97,29). Sum of RGB (Red+Green+Blue) = 16+97+29=142 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.27% from 142); Green value is 97 (38.28% from 255 or 68.31% from 142); Blue value is 29 (11.72% from 255 or 20.42% from 142); Max value from RGB is 97 - color contains mainly: green. Hex color #10611D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10611D is #EF9EE2. Grayscale: #414141. Windows color (decimal): -15703779 or 1925392. OLE color: 1925392.
HSL color Cylindrical-coordinate representation of color #10611D: hue angle of 129.63º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #10611D is Cyan = 0.84, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 16 | 97 | 29 | - |
| CMYK | 0.84 | 0 | 0.70 | 0.62 |
| HSL | 129.63º | 0.72% | 0.22% | - |
| HSV(B) | 129.63º | 0.84% | 0.38% | - |
| XYZ | 4.71 | 8.75 | 2.6 | - |
| YUV | 65.03 | 107.66 | 93.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 97 | 29 | 0.84 | 0 | 0.70 | 0.62 | 129.63 | 0.72 | 0.22 |
| Hex | 10 | 61 | 1D | 54 | 0 | 46 | 3E | 82 | 48 | 16 |
| Octal | 20 | 141 | 35 | 124 | 0 | 106 | 76 | 202 | 110 | 26 |
| Binary | 10000 | 1100001 | 11101 | 1010100 | 0 | 1000110 | 111110 | 10000010 | 1001000 | 10110 |
Color Harmonies of #10611D
Complementary color
Monochromatic Colors of #10611D
Black with #10611D
Text Example
Text Example
White with #10611D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10611D; }
p { color: rgb(16,97,29); }
H1.HeaderClassName
{
color: #10611D;
}
.AnyTagClassName
{
color: #10611D;
}
</style>
background-color css
<style>
a { background-color: #10611D; }
a { background-color: rgb(16,97,29); }
div.DivClassName
{
background-color: #10611D;
}
.BgClassName
{
background-color: #10611D;
}
</style>
border-color css
<style>
span { border-color: #10611D; }
span { border-color: rgb(16,97,29); }
td.TdClassName
{
border-color: #10611D;
}
.TagClassName
{
border-color: #10611D;
}
</style>