Shades of Jewel #08643D
Tints of Jewel #08643D
RGB
CMYK
RGB Variations
Color information
#08643D (or 0x08643D) is known color: Jewel. HEX triplet: 08, 64 and 3D. RGB value is (8,100,61). Sum of RGB (Red+Green+Blue) = 8+100+61=169 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.73% from 169); Green value is 100 (39.45% from 255 or 59.17% from 169); Blue value is 61 (24.22% from 255 or 36.09% from 169); Max value from RGB is 100 - color contains mainly: green. Hex color #08643D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08643D is #F79BC2. Grayscale: #444444. Windows color (decimal): -16227267 or 4023304. OLE color: 4023304.
HSL color Cylindrical-coordinate representation of color #08643D: hue angle of 154.57º 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 #08643D is Cyan = 0.92, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 8 | 100 | 61 | - |
| CMYK | 0.92 | 0 | 0.39 | 0.61 |
| HSL | 154.57º | 0.85% | 0.21% | - |
| HSV(B) | 154.57º | 0.92% | 0.39% | - |
| XYZ | 5.5 | 9.5 | 5.96 | - |
| YUV | 68.05 | 124.02 | 85.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 100 | 61 | 0.92 | 0 | 0.39 | 0.61 | 154.57 | 0.85 | 0.21 |
| Hex | 8 | 64 | 3D | 5C | 0 | 27 | 3D | 9B | 55 | 15 |
| Octal | 10 | 144 | 75 | 134 | 0 | 47 | 75 | 233 | 125 | 25 |
| Binary | 1000 | 1100100 | 111101 | 1011100 | 0 | 100111 | 111101 | 10011011 | 1010101 | 10101 |
Color Harmonies of #08643D
Complementary color
Monochromatic Colors of #08643D
Black with #08643D
Text Example
Text Example
White with #08643D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08643D; }
p { color: rgb(8,100,61); }
H1.HeaderClassName
{
color: #08643D;
}
.AnyTagClassName
{
color: #08643D;
}
</style>
background-color css
<style>
a { background-color: #08643D; }
a { background-color: rgb(8,100,61); }
div.DivClassName
{
background-color: #08643D;
}
.BgClassName
{
background-color: #08643D;
}
</style>
border-color css
<style>
span { border-color: #08643D; }
span { border-color: rgb(8,100,61); }
td.TdClassName
{
border-color: #08643D;
}
.TagClassName
{
border-color: #08643D;
}
</style>