Shades of Oracle #40615F
Tints of Oracle #40615F
RGB
CMYK
RGB Variations
Color information
#40615F (or 0x40615F) is known color: Oracle. HEX triplet: 40, 61 and 5F. RGB value is (64,97,95). Sum of RGB (Red+Green+Blue) = 64+97+95=256 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25% from 256); Green value is 97 (38.28% from 255 or 37.89% from 256); Blue value is 95 (37.5% from 255 or 37.11% from 256); Max value from RGB is 97 - color contains mainly: green. Hex color #40615F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40615F is #BF9EA0. Grayscale: #565656. Windows color (decimal): -12557985 or 6250816. OLE color: 6250816.
HSL color Cylindrical-coordinate representation of color #40615F: hue angle of 176.36º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #40615F is Cyan = 0.34, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 64 | 97 | 95 | - |
| CMYK | 0.34 | 0 | 0.02 | 0.62 |
| HSL | 176.36º | 0.2% | 0.32% | - |
| HSV(B) | 176.36º | 0.34% | 0.38% | - |
| XYZ | 8.45 | 10.47 | 12.4 | - |
| YUV | 86.91 | 132.57 | 111.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 97 | 95 | 0.34 | 0 | 0.02 | 0.62 | 176.36 | 0.2 | 0.32 |
| Hex | 40 | 61 | 5F | 22 | 0 | 2 | 3E | B0 | 14 | 20 |
| Octal | 100 | 141 | 137 | 42 | 0 | 2 | 76 | 260 | 24 | 40 |
| Binary | 1000000 | 1100001 | 1011111 | 100010 | 0 | 10 | 111110 | 10110000 | 10100 | 100000 |
Color Harmonies of #40615F
Complementary color
Monochromatic Colors of #40615F
Black with #40615F
Text Example
Text Example
White with #40615F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40615F; }
p { color: rgb(64,97,95); }
H1.HeaderClassName
{
color: #40615F;
}
.AnyTagClassName
{
color: #40615F;
}
</style>
background-color css
<style>
a { background-color: #40615F; }
a { background-color: rgb(64,97,95); }
div.DivClassName
{
background-color: #40615F;
}
.BgClassName
{
background-color: #40615F;
}
</style>
border-color css
<style>
span { border-color: #40615F; }
span { border-color: rgb(64,97,95); }
td.TdClassName
{
border-color: #40615F;
}
.TagClassName
{
border-color: #40615F;
}
</style>