Shades of Jewel #09643F
Tints of Jewel #09643F
RGB
CMYK
RGB Variations
Color information
#09643F (or 0x09643F) is known color: Jewel. HEX triplet: 09, 64 and 3F. RGB value is (9,100,63). Sum of RGB (Red+Green+Blue) = 9+100+63=172 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.23% from 172); Green value is 100 (39.45% from 255 or 58.14% from 172); Blue value is 63 (25% from 255 or 36.63% from 172); Max value from RGB is 100 - color contains mainly: green. Hex color #09643F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09643F is #F69BC0. Grayscale: #444444. Windows color (decimal): -16161729 or 4154377. OLE color: 4154377.
HSL color Cylindrical-coordinate representation of color #09643F: hue angle of 155.6º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #09643F is Cyan = 0.91, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 9 | 100 | 63 | - |
| CMYK | 0.91 | 0 | 0.37 | 0.61 |
| HSL | 155.6º | 0.83% | 0.21% | - |
| HSV(B) | 155.6º | 0.91% | 0.39% | - |
| XYZ | 5.57 | 9.53 | 6.25 | - |
| YUV | 68.57 | 124.85 | 85.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 100 | 63 | 0.91 | 0 | 0.37 | 0.61 | 155.6 | 0.83 | 0.21 |
| Hex | 9 | 64 | 3F | 5B | 0 | 25 | 3D | 9C | 53 | 15 |
| Octal | 11 | 144 | 77 | 133 | 0 | 45 | 75 | 234 | 123 | 25 |
| Binary | 1001 | 1100100 | 111111 | 1011011 | 0 | 100101 | 111101 | 10011100 | 1010011 | 10101 |
Color Harmonies of #09643F
Complementary color
Monochromatic Colors of #09643F
Black with #09643F
Text Example
Text Example
White with #09643F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09643F; }
p { color: rgb(9,100,63); }
H1.HeaderClassName
{
color: #09643F;
}
.AnyTagClassName
{
color: #09643F;
}
</style>
background-color css
<style>
a { background-color: #09643F; }
a { background-color: rgb(9,100,63); }
div.DivClassName
{
background-color: #09643F;
}
.BgClassName
{
background-color: #09643F;
}
</style>
border-color css
<style>
span { border-color: #09643F; }
span { border-color: rgb(9,100,63); }
td.TdClassName
{
border-color: #09643F;
}
.TagClassName
{
border-color: #09643F;
}
</style>