Shades of Crusoe #10611C
Tints of Crusoe #10611C
RGB
CMYK
RGB Variations
Color information
#10611C (or 0x10611C) is known color: Crusoe. HEX triplet: 10, 61 and 1C. RGB value is (16,97,28). Sum of RGB (Red+Green+Blue) = 16+97+28=141 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.35% from 141); Green value is 97 (38.28% from 255 or 68.79% from 141); Blue value is 28 (11.33% from 255 or 19.86% from 141); Max value from RGB is 97 - color contains mainly: green. Hex color #10611C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10611C is #EF9EE3. Grayscale: #414141. Windows color (decimal): -15703780 or 1859856. OLE color: 1859856.
HSL color Cylindrical-coordinate representation of color #10611C: hue angle of 128.89º 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 #10611C is Cyan = 0.84, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 16 | 97 | 28 | - |
| CMYK | 0.84 | 0 | 0.71 | 0.62 |
| HSL | 128.89º | 0.72% | 0.22% | - |
| HSV(B) | 128.89º | 0.84% | 0.38% | - |
| XYZ | 4.7 | 8.74 | 2.54 | - |
| YUV | 64.92 | 107.16 | 93.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 97 | 28 | 0.84 | 0 | 0.71 | 0.62 | 128.89 | 0.72 | 0.22 |
| Hex | 10 | 61 | 1C | 54 | 0 | 47 | 3E | 81 | 48 | 16 |
| Octal | 20 | 141 | 34 | 124 | 0 | 107 | 76 | 201 | 110 | 26 |
| Binary | 10000 | 1100001 | 11100 | 1010100 | 0 | 1000111 | 111110 | 10000001 | 1001000 | 10110 |
Color Harmonies of #10611C
Complementary color
Monochromatic Colors of #10611C
Black with #10611C
Text Example
Text Example
White with #10611C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10611C; }
p { color: rgb(16,97,28); }
H1.HeaderClassName
{
color: #10611C;
}
.AnyTagClassName
{
color: #10611C;
}
</style>
background-color css
<style>
a { background-color: #10611C; }
a { background-color: rgb(16,97,28); }
div.DivClassName
{
background-color: #10611C;
}
.BgClassName
{
background-color: #10611C;
}
</style>
border-color css
<style>
span { border-color: #10611C; }
span { border-color: rgb(16,97,28); }
td.TdClassName
{
border-color: #10611C;
}
.TagClassName
{
border-color: #10611C;
}
</style>