Shades of Jewel #08643F
Tints of Jewel #08643F
RGB
CMYK
RGB Variations
Color information
#08643F (or 0x08643F) is known color: Jewel. HEX triplet: 08, 64 and 3F. RGB value is (8,100,63). Sum of RGB (Red+Green+Blue) = 8+100+63=171 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.68% from 171); Green value is 100 (39.45% from 255 or 58.48% from 171); Blue value is 63 (25% from 255 or 36.84% from 171); Max value from RGB is 100 - color contains mainly: green. Hex color #08643F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08643F is #F79BC0. Grayscale: #444444. Windows color (decimal): -16227265 or 4154376. OLE color: 4154376.
HSL color Cylindrical-coordinate representation of color #08643F: hue angle of 155.87º 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 #08643F is Cyan = 0.92, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 8 | 100 | 63 | - |
| CMYK | 0.92 | 0 | 0.37 | 0.61 |
| HSL | 155.87º | 0.85% | 0.21% | - |
| HSV(B) | 155.87º | 0.92% | 0.39% | - |
| XYZ | 5.55 | 9.52 | 6.25 | - |
| YUV | 68.27 | 125.02 | 85.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 100 | 63 | 0.92 | 0 | 0.37 | 0.61 | 155.87 | 0.85 | 0.21 |
| Hex | 8 | 64 | 3F | 5C | 0 | 25 | 3D | 9C | 55 | 15 |
| Octal | 10 | 144 | 77 | 134 | 0 | 45 | 75 | 234 | 125 | 25 |
| Binary | 1000 | 1100100 | 111111 | 1011100 | 0 | 100101 | 111101 | 10011100 | 1010101 | 10101 |
Color Harmonies of #08643F
Complementary color
Monochromatic Colors of #08643F
Black with #08643F
Text Example
Text Example
White with #08643F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08643F; }
p { color: rgb(8,100,63); }
H1.HeaderClassName
{
color: #08643F;
}
.AnyTagClassName
{
color: #08643F;
}
</style>
background-color css
<style>
a { background-color: #08643F; }
a { background-color: rgb(8,100,63); }
div.DivClassName
{
background-color: #08643F;
}
.BgClassName
{
background-color: #08643F;
}
</style>
border-color css
<style>
span { border-color: #08643F; }
span { border-color: rgb(8,100,63); }
td.TdClassName
{
border-color: #08643F;
}
.TagClassName
{
border-color: #08643F;
}
</style>