Shades of Crusoe #10651F
Tints of Crusoe #10651F
RGB
CMYK
RGB Variations
Color information
#10651F (or 0x10651F) is known color: Crusoe. HEX triplet: 10, 65 and 1F. RGB value is (16,101,31). Sum of RGB (Red+Green+Blue) = 16+101+31=148 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.81% from 148); Green value is 101 (39.84% from 255 or 68.24% from 148); Blue value is 31 (12.5% from 255 or 20.95% from 148); Max value from RGB is 101 - color contains mainly: green. Hex color #10651F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10651F is #EF9AE0. Grayscale: #434343. Windows color (decimal): -15702753 or 2057488. OLE color: 2057488.
HSL color Cylindrical-coordinate representation of color #10651F: hue angle of 130.59º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #10651F is Cyan = 0.84, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 16 | 101 | 31 | - |
| CMYK | 0.84 | 0 | 0.69 | 0.60 |
| HSL | 130.59º | 0.73% | 0.23% | - |
| HSV(B) | 130.59º | 0.84% | 0.4% | - |
| XYZ | 5.11 | 9.52 | 2.86 | - |
| YUV | 67.61 | 107.34 | 91.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 101 | 31 | 0.84 | 0 | 0.69 | 0.60 | 130.59 | 0.73 | 0.23 |
| Hex | 10 | 65 | 1F | 54 | 0 | 45 | 3C | 83 | 49 | 17 |
| Octal | 20 | 145 | 37 | 124 | 0 | 105 | 74 | 203 | 111 | 27 |
| Binary | 10000 | 1100101 | 11111 | 1010100 | 0 | 1000101 | 111100 | 10000011 | 1001001 | 10111 |
Color Harmonies of #10651F
Complementary color
Monochromatic Colors of #10651F
Black with #10651F
Text Example
Text Example
White with #10651F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10651F; }
p { color: rgb(16,101,31); }
H1.HeaderClassName
{
color: #10651F;
}
.AnyTagClassName
{
color: #10651F;
}
</style>
background-color css
<style>
a { background-color: #10651F; }
a { background-color: rgb(16,101,31); }
div.DivClassName
{
background-color: #10651F;
}
.BgClassName
{
background-color: #10651F;
}
</style>
border-color css
<style>
span { border-color: #10651F; }
span { border-color: rgb(16,101,31); }
td.TdClassName
{
border-color: #10651F;
}
.TagClassName
{
border-color: #10651F;
}
</style>