Shades of Crusoe #0C6B29
Tints of Crusoe #0C6B29
RGB
CMYK
RGB Variations
Color information
#0C6B29 (or 0x0C6B29) is known color: Crusoe. HEX triplet: 0C, 6B and 29. RGB value is (12,107,41). Sum of RGB (Red+Green+Blue) = 12+107+41=160 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.5% from 160); Green value is 107 (42.19% from 255 or 66.88% from 160); Blue value is 41 (16.41% from 255 or 25.62% from 160); Max value from RGB is 107 - color contains mainly: green. Hex color #0C6B29 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C6B29 is #F394D6. Grayscale: #474747. Windows color (decimal): -15963351 or 2714380. OLE color: 2714380.
HSL color Cylindrical-coordinate representation of color #0C6B29: hue angle of 138.32º degrees, saturation: 0.8, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C6B29 is Cyan = 0.89, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 12 | 107 | 41 | - |
| CMYK | 0.89 | 0 | 0.62 | 0.58 |
| HSL | 138.32º | 0.8% | 0.23% | - |
| HSV(B) | 138.32º | 0.89% | 0.42% | - |
| XYZ | 5.81 | 10.75 | 3.87 | - |
| YUV | 71.07 | 111.03 | 85.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 107 | 41 | 0.89 | 0 | 0.62 | 0.58 | 138.32 | 0.8 | 0.23 |
| Hex | C | 6B | 29 | 59 | 0 | 3E | 3A | 8A | 50 | 17 |
| Octal | 14 | 153 | 51 | 131 | 0 | 76 | 72 | 212 | 120 | 27 |
| Binary | 1100 | 1101011 | 101001 | 1011001 | 0 | 111110 | 111010 | 10001010 | 1010000 | 10111 |
Color Harmonies of #0C6B29
Complementary color
Monochromatic Colors of #0C6B29
Black with #0C6B29
Text Example
Text Example
White with #0C6B29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C6B29; }
p { color: rgb(12,107,41); }
H1.HeaderClassName
{
color: #0C6B29;
}
.AnyTagClassName
{
color: #0C6B29;
}
</style>
background-color css
<style>
a { background-color: #0C6B29; }
a { background-color: rgb(12,107,41); }
div.DivClassName
{
background-color: #0C6B29;
}
.BgClassName
{
background-color: #0C6B29;
}
</style>
border-color css
<style>
span { border-color: #0C6B29; }
span { border-color: rgb(12,107,41); }
td.TdClassName
{
border-color: #0C6B29;
}
.TagClassName
{
border-color: #0C6B29;
}
</style>