Shades of Jewel #08643E
Tints of Jewel #08643E
RGB
CMYK
RGB Variations
Color information
#08643E (or 0x08643E) is known color: Jewel. HEX triplet: 08, 64 and 3E. RGB value is (8,100,62). Sum of RGB (Red+Green+Blue) = 8+100+62=170 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.71% from 170); Green value is 100 (39.45% from 255 or 58.82% from 170); Blue value is 62 (24.61% from 255 or 36.47% from 170); Max value from RGB is 100 - color contains mainly: green. Hex color #08643E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08643E is #F79BC1. Grayscale: #444444. Windows color (decimal): -16227266 or 4088840. OLE color: 4088840.
HSL color Cylindrical-coordinate representation of color #08643E: hue angle of 155.22º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #08643E is Cyan = 0.92, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 8 | 100 | 62 | - |
| CMYK | 0.92 | 0 | 0.38 | 0.61 |
| HSL | 155.22º | 0.85% | 0.21% | - |
| HSV(B) | 155.22º | 0.92% | 0.39% | - |
| XYZ | 5.53 | 9.51 | 6.1 | - |
| YUV | 68.16 | 124.52 | 85.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 100 | 62 | 0.92 | 0 | 0.38 | 0.61 | 155.22 | 0.85 | 0.21 |
| Hex | 8 | 64 | 3E | 5C | 0 | 26 | 3D | 9B | 55 | 15 |
| Octal | 10 | 144 | 76 | 134 | 0 | 46 | 75 | 233 | 125 | 25 |
| Binary | 1000 | 1100100 | 111110 | 1011100 | 0 | 100110 | 111101 | 10011011 | 1010101 | 10101 |
Color Harmonies of #08643E
Complementary color
Monochromatic Colors of #08643E
Black with #08643E
Text Example
Text Example
White with #08643E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08643E; }
p { color: rgb(8,100,62); }
H1.HeaderClassName
{
color: #08643E;
}
.AnyTagClassName
{
color: #08643E;
}
</style>
background-color css
<style>
a { background-color: #08643E; }
a { background-color: rgb(8,100,62); }
div.DivClassName
{
background-color: #08643E;
}
.BgClassName
{
background-color: #08643E;
}
</style>
border-color css
<style>
span { border-color: #08643E; }
span { border-color: rgb(8,100,62); }
td.TdClassName
{
border-color: #08643E;
}
.TagClassName
{
border-color: #08643E;
}
</style>