Shades of Jewel #06613D
Tints of Jewel #06613D
RGB
CMYK
RGB Variations
Color information
#06613D (or 0x06613D) is known color: Jewel. HEX triplet: 06, 61 and 3D. RGB value is (6,97,61). Sum of RGB (Red+Green+Blue) = 6+97+61=164 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.66% from 164); Green value is 97 (38.28% from 255 or 59.15% from 164); Blue value is 61 (24.22% from 255 or 37.20% from 164); Max value from RGB is 97 - color contains mainly: green. Hex color #06613D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06613D is #F99EC2. Grayscale: #414141. Windows color (decimal): -16359107 or 4022534. OLE color: 4022534.
HSL color Cylindrical-coordinate representation of color #06613D: hue angle of 156.26º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06613D is Cyan = 0.94, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 6 | 97 | 61 | - |
| CMYK | 0.94 | 0 | 0.37 | 0.62 |
| HSL | 156.26º | 0.88% | 0.2% | - |
| HSV(B) | 156.26º | 0.94% | 0.38% | - |
| XYZ | 5.19 | 8.93 | 5.86 | - |
| YUV | 65.69 | 125.35 | 85.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 97 | 61 | 0.94 | 0 | 0.37 | 0.62 | 156.26 | 0.88 | 0.2 |
| Hex | 6 | 61 | 3D | 5E | 0 | 25 | 3E | 9C | 58 | 14 |
| Octal | 6 | 141 | 75 | 136 | 0 | 45 | 76 | 234 | 130 | 24 |
| Binary | 110 | 1100001 | 111101 | 1011110 | 0 | 100101 | 111110 | 10011100 | 1011000 | 10100 |
Color Harmonies of #06613D
Complementary color
Monochromatic Colors of #06613D
Black with #06613D
Text Example
Text Example
White with #06613D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06613D; }
p { color: rgb(6,97,61); }
H1.HeaderClassName
{
color: #06613D;
}
.AnyTagClassName
{
color: #06613D;
}
</style>
background-color css
<style>
a { background-color: #06613D; }
a { background-color: rgb(6,97,61); }
div.DivClassName
{
background-color: #06613D;
}
.BgClassName
{
background-color: #06613D;
}
</style>
border-color css
<style>
span { border-color: #06613D; }
span { border-color: rgb(6,97,61); }
td.TdClassName
{
border-color: #06613D;
}
.TagClassName
{
border-color: #06613D;
}
</style>