Shades of Half Baked #649393
Tints of Half Baked #649393
RGB
CMYK
RGB Variations
Color information
#649393 (or 0x649393) is known color: Half Baked. HEX triplet: 64, 93 and 93. RGB value is (100,147,147). Sum of RGB (Red+Green+Blue) = 100+147+147=394 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.38% from 394); Green value is 147 (57.81% from 255 or 37.31% from 394); Blue value is 147 (57.81% from 255 or 37.31% from 394); Max value from RGB is 147 - color contains mainly: green, blue. Hex color #649393 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649393 is #9B6C6C. Grayscale: #848484. Windows color (decimal): -10185837 or 9671524. OLE color: 9671524.
HSL color Cylindrical-coordinate representation of color #649393: hue angle of 180º 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 #649393 is Cyan = 0.32, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 100 | 147 | 147 | - |
| CMYK | 0.32 | 0 | 0 | 0.42 |
| HSL | 180º | 0.19% | 0.48% | - |
| HSV(B) | 180º | 0.32% | 0.58% | - |
| XYZ | 20.96 | 25.68 | 31.46 | - |
| YUV | 132.95 | 135.93 | 104.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 147 | 147 | 0.32 | 0 | 0 | 0.42 | 180 | 0.19 | 0.48 |
| Hex | 64 | 93 | 93 | 20 | 0 | 0 | 2A | B4 | 13 | 30 |
| Octal | 144 | 223 | 223 | 40 | 0 | 0 | 52 | 264 | 23 | 60 |
| Binary | 1100100 | 10010011 | 10010011 | 100000 | 0 | 0 | 101010 | 10110100 | 10011 | 110000 |
Color Harmonies of #649393
Complementary color
Monochromatic Colors of #649393
Black with #649393
Text Example
Text Example
White with #649393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649393; }
p { color: rgb(100,147,147); }
H1.HeaderClassName
{
color: #649393;
}
.AnyTagClassName
{
color: #649393;
}
</style>
background-color css
<style>
a { background-color: #649393; }
a { background-color: rgb(100,147,147); }
div.DivClassName
{
background-color: #649393;
}
.BgClassName
{
background-color: #649393;
}
</style>
border-color css
<style>
span { border-color: #649393; }
span { border-color: rgb(100,147,147); }
td.TdClassName
{
border-color: #649393;
}
.TagClassName
{
border-color: #649393;
}
</style>