Shades of Half Baked #649392
Tints of Half Baked #649392
RGB
CMYK
RGB Variations
Color information
#649392 (or 0x649392) is known color: Half Baked. HEX triplet: 64, 93 and 92. RGB value is (100,147,146). Sum of RGB (Red+Green+Blue) = 100+147+146=393 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.45% from 393); Green value is 147 (57.81% from 255 or 37.40% from 393); Blue value is 146 (57.42% from 255 or 37.15% from 393); Max value from RGB is 147 - color contains mainly: green. Hex color #649392 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649392 is #9B6C6D. Grayscale: #848484. Windows color (decimal): -10185838 or 9605988. OLE color: 9605988.
HSL color Cylindrical-coordinate representation of color #649392: hue angle of 178.72º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #649392 is Cyan = 0.32, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 100 | 147 | 146 | - |
| CMYK | 0.32 | 0 | 0.01 | 0.42 |
| HSL | 178.72º | 0.19% | 0.48% | - |
| HSV(B) | 178.72º | 0.32% | 0.58% | - |
| XYZ | 20.88 | 25.65 | 31.05 | - |
| YUV | 132.83 | 135.43 | 104.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 147 | 146 | 0.32 | 0 | 0.01 | 0.42 | 178.72 | 0.19 | 0.48 |
| Hex | 64 | 93 | 92 | 20 | 0 | 1 | 2A | B3 | 13 | 30 |
| Octal | 144 | 223 | 222 | 40 | 0 | 1 | 52 | 263 | 23 | 60 |
| Binary | 1100100 | 10010011 | 10010010 | 100000 | 0 | 1 | 101010 | 10110011 | 10011 | 110000 |
Color Harmonies of #649392
Complementary color
Monochromatic Colors of #649392
Black with #649392
Text Example
Text Example
White with #649392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649392; }
p { color: rgb(100,147,146); }
H1.HeaderClassName
{
color: #649392;
}
.AnyTagClassName
{
color: #649392;
}
</style>
background-color css
<style>
a { background-color: #649392; }
a { background-color: rgb(100,147,146); }
div.DivClassName
{
background-color: #649392;
}
.BgClassName
{
background-color: #649392;
}
</style>
border-color css
<style>
span { border-color: #649392; }
span { border-color: rgb(100,147,146); }
td.TdClassName
{
border-color: #649392;
}
.TagClassName
{
border-color: #649392;
}
</style>