Shades of Crusoe #10631C
Tints of Crusoe #10631C
RGB
CMYK
RGB Variations
Color information
#10631C (or 0x10631C) is known color: Crusoe. HEX triplet: 10, 63 and 1C. RGB value is (16,99,28). Sum of RGB (Red+Green+Blue) = 16+99+28=143 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.19% from 143); Green value is 99 (39.06% from 255 or 69.23% from 143); Blue value is 28 (11.33% from 255 or 19.58% from 143); Max value from RGB is 99 - color contains mainly: green. Hex color #10631C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10631C is #EF9CE3. Grayscale: #424242. Windows color (decimal): -15703268 or 1860368. OLE color: 1860368.
HSL color Cylindrical-coordinate representation of color #10631C: hue angle of 128.67º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #10631C is Cyan = 0.84, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 16 | 99 | 28 | - |
| CMYK | 0.84 | 0 | 0.72 | 0.61 |
| HSL | 128.67º | 0.72% | 0.23% | - |
| HSV(B) | 128.67º | 0.84% | 0.39% | - |
| XYZ | 4.89 | 9.12 | 2.6 | - |
| YUV | 66.09 | 106.5 | 92.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 99 | 28 | 0.84 | 0 | 0.72 | 0.61 | 128.67 | 0.72 | 0.23 |
| Hex | 10 | 63 | 1C | 54 | 0 | 48 | 3D | 81 | 48 | 17 |
| Octal | 20 | 143 | 34 | 124 | 0 | 110 | 75 | 201 | 110 | 27 |
| Binary | 10000 | 1100011 | 11100 | 1010100 | 0 | 1001000 | 111101 | 10000001 | 1001000 | 10111 |
Color Harmonies of #10631C
Complementary color
Monochromatic Colors of #10631C
Black with #10631C
Text Example
Text Example
White with #10631C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10631C; }
p { color: rgb(16,99,28); }
H1.HeaderClassName
{
color: #10631C;
}
.AnyTagClassName
{
color: #10631C;
}
</style>
background-color css
<style>
a { background-color: #10631C; }
a { background-color: rgb(16,99,28); }
div.DivClassName
{
background-color: #10631C;
}
.BgClassName
{
background-color: #10631C;
}
</style>
border-color css
<style>
span { border-color: #10631C; }
span { border-color: rgb(16,99,28); }
td.TdClassName
{
border-color: #10631C;
}
.TagClassName
{
border-color: #10631C;
}
</style>