Shades of Crusoe #06672E
Tints of Crusoe #06672E
RGB
CMYK
RGB Variations
Color information
#06672E (or 0x06672E) is known color: Crusoe. HEX triplet: 06, 67 and 2E. RGB value is (6,103,46). Sum of RGB (Red+Green+Blue) = 6+103+46=155 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.87% from 155); Green value is 103 (40.62% from 255 or 66.45% from 155); Blue value is 46 (18.36% from 255 or 29.68% from 155); Max value from RGB is 103 - color contains mainly: green. Hex color #06672E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06672E is #F998D1. Grayscale: #434343. Windows color (decimal): -16357586 or 3041030. OLE color: 3041030.
HSL color Cylindrical-coordinate representation of color #06672E: hue angle of 144.74º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06672E is Cyan = 0.94, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 6 | 103 | 46 | - |
| CMYK | 0.94 | 0 | 0.55 | 0.60 |
| HSL | 144.74º | 0.89% | 0.21% | - |
| HSV(B) | 144.74º | 0.94% | 0.4% | - |
| XYZ | 5.42 | 9.94 | 4.22 | - |
| YUV | 67.5 | 115.86 | 84.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 103 | 46 | 0.94 | 0 | 0.55 | 0.60 | 144.74 | 0.89 | 0.21 |
| Hex | 6 | 67 | 2E | 5E | 0 | 37 | 3C | 91 | 59 | 15 |
| Octal | 6 | 147 | 56 | 136 | 0 | 67 | 74 | 221 | 131 | 25 |
| Binary | 110 | 1100111 | 101110 | 1011110 | 0 | 110111 | 111100 | 10010001 | 1011001 | 10101 |
Color Harmonies of #06672E
Complementary color
Monochromatic Colors of #06672E
Black with #06672E
Text Example
Text Example
White with #06672E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06672E; }
p { color: rgb(6,103,46); }
H1.HeaderClassName
{
color: #06672E;
}
.AnyTagClassName
{
color: #06672E;
}
</style>
background-color css
<style>
a { background-color: #06672E; }
a { background-color: rgb(6,103,46); }
div.DivClassName
{
background-color: #06672E;
}
.BgClassName
{
background-color: #06672E;
}
</style>
border-color css
<style>
span { border-color: #06672E; }
span { border-color: rgb(6,103,46); }
td.TdClassName
{
border-color: #06672E;
}
.TagClassName
{
border-color: #06672E;
}
</style>