Shades of Jewel #08643C
Tints of Jewel #08643C
RGB
CMYK
RGB Variations
Color information
#08643C (or 0x08643C) is known color: Jewel. HEX triplet: 08, 64 and 3C. RGB value is (8,100,60). Sum of RGB (Red+Green+Blue) = 8+100+60=168 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.76% from 168); Green value is 100 (39.45% from 255 or 59.52% from 168); Blue value is 60 (23.83% from 255 or 35.71% from 168); Max value from RGB is 100 - color contains mainly: green. Hex color #08643C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08643C is #F79BC3. Grayscale: #444444. Windows color (decimal): -16227268 or 3957768. OLE color: 3957768.
HSL color Cylindrical-coordinate representation of color #08643C: hue angle of 153.91º 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 #08643C is Cyan = 0.92, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 8 | 100 | 60 | - |
| CMYK | 0.92 | 0 | 0.4 | 0.61 |
| HSL | 153.91º | 0.85% | 0.21% | - |
| HSV(B) | 153.91º | 0.92% | 0.39% | - |
| XYZ | 5.47 | 9.49 | 5.82 | - |
| YUV | 67.93 | 123.52 | 85.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 100 | 60 | 0.92 | 0 | 0.4 | 0.61 | 153.91 | 0.85 | 0.21 |
| Hex | 8 | 64 | 3C | 5C | 0 | 28 | 3D | 9A | 55 | 15 |
| Octal | 10 | 144 | 74 | 134 | 0 | 50 | 75 | 232 | 125 | 25 |
| Binary | 1000 | 1100100 | 111100 | 1011100 | 0 | 101000 | 111101 | 10011010 | 1010101 | 10101 |
Color Harmonies of #08643C
Complementary color
Monochromatic Colors of #08643C
Black with #08643C
Text Example
Text Example
White with #08643C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08643C; }
p { color: rgb(8,100,60); }
H1.HeaderClassName
{
color: #08643C;
}
.AnyTagClassName
{
color: #08643C;
}
</style>
background-color css
<style>
a { background-color: #08643C; }
a { background-color: rgb(8,100,60); }
div.DivClassName
{
background-color: #08643C;
}
.BgClassName
{
background-color: #08643C;
}
</style>
border-color css
<style>
span { border-color: #08643C; }
span { border-color: rgb(8,100,60); }
td.TdClassName
{
border-color: #08643C;
}
.TagClassName
{
border-color: #08643C;
}
</style>