Shades of Crusoe #10612B
Tints of Crusoe #10612B
RGB
CMYK
RGB Variations
Color information
#10612B (or 0x10612B) is known color: Crusoe. HEX triplet: 10, 61 and 2B. RGB value is (16,97,43). Sum of RGB (Red+Green+Blue) = 16+97+43=156 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.26% from 156); Green value is 97 (38.28% from 255 or 62.18% from 156); Blue value is 43 (17.19% from 255 or 27.56% from 156); Max value from RGB is 97 - color contains mainly: green. Hex color #10612B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10612B is #EF9ED4. Grayscale: #424242. Windows color (decimal): -15703765 or 2842896. OLE color: 2842896.
HSL color Cylindrical-coordinate representation of color #10612B: hue angle of 140º 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 #10612B is Cyan = 0.84, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 16 | 97 | 43 | - |
| CMYK | 0.84 | 0 | 0.56 | 0.62 |
| HSL | 140º | 0.72% | 0.22% | - |
| HSV(B) | 140º | 0.84% | 0.38% | - |
| XYZ | 4.92 | 8.83 | 3.73 | - |
| YUV | 66.63 | 114.66 | 91.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 97 | 43 | 0.84 | 0 | 0.56 | 0.62 | 140 | 0.72 | 0.22 |
| Hex | 10 | 61 | 2B | 54 | 0 | 38 | 3E | 8C | 48 | 16 |
| Octal | 20 | 141 | 53 | 124 | 0 | 70 | 76 | 214 | 110 | 26 |
| Binary | 10000 | 1100001 | 101011 | 1010100 | 0 | 111000 | 111110 | 10001100 | 1001000 | 10110 |
Color Harmonies of #10612B
Complementary color
Monochromatic Colors of #10612B
Black with #10612B
Text Example
Text Example
White with #10612B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10612B; }
p { color: rgb(16,97,43); }
H1.HeaderClassName
{
color: #10612B;
}
.AnyTagClassName
{
color: #10612B;
}
</style>
background-color css
<style>
a { background-color: #10612B; }
a { background-color: rgb(16,97,43); }
div.DivClassName
{
background-color: #10612B;
}
.BgClassName
{
background-color: #10612B;
}
</style>
border-color css
<style>
span { border-color: #10612B; }
span { border-color: rgb(16,97,43); }
td.TdClassName
{
border-color: #10612B;
}
.TagClassName
{
border-color: #10612B;
}
</style>