Shades of Half Baked #649092
Tints of Half Baked #649092
RGB
CMYK
RGB Variations
Color information
#649092 (or 0x649092) is known color: Half Baked. HEX triplet: 64, 90 and 92. RGB value is (100,144,146). Sum of RGB (Red+Green+Blue) = 100+144+146=390 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.64% from 390); Green value is 144 (56.64% from 255 or 36.92% from 390); Blue value is 146 (57.42% from 255 or 37.44% from 390); Max value from RGB is 146 - color contains mainly: blue. Hex color #649092 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649092 is #9B6F6D. Grayscale: #838383. Windows color (decimal): -10186606 or 9605220. OLE color: 9605220.
HSL color Cylindrical-coordinate representation of color #649092: hue angle of 182.61º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #649092 is Cyan = 0.32, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 100 | 144 | 146 | - |
| CMYK | 0.32 | 0.01 | 0 | 0.43 |
| HSL | 182.61º | 0.19% | 0.48% | - |
| HSV(B) | 182.61º | 0.32% | 0.57% | - |
| XYZ | 20.42 | 24.73 | 30.89 | - |
| YUV | 131.07 | 136.42 | 105.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 144 | 146 | 0.32 | 0.01 | 0 | 0.43 | 182.61 | 0.19 | 0.48 |
| Hex | 64 | 90 | 92 | 20 | 1 | 0 | 2B | B7 | 13 | 30 |
| Octal | 144 | 220 | 222 | 40 | 1 | 0 | 53 | 267 | 23 | 60 |
| Binary | 1100100 | 10010000 | 10010010 | 100000 | 1 | 0 | 101011 | 10110111 | 10011 | 110000 |
Color Harmonies of #649092
Complementary color
Monochromatic Colors of #649092
Black with #649092
Text Example
Text Example
White with #649092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649092; }
p { color: rgb(100,144,146); }
H1.HeaderClassName
{
color: #649092;
}
.AnyTagClassName
{
color: #649092;
}
</style>
background-color css
<style>
a { background-color: #649092; }
a { background-color: rgb(100,144,146); }
div.DivClassName
{
background-color: #649092;
}
.BgClassName
{
background-color: #649092;
}
</style>
border-color css
<style>
span { border-color: #649092; }
span { border-color: rgb(100,144,146); }
td.TdClassName
{
border-color: #649092;
}
.TagClassName
{
border-color: #649092;
}
</style>